#604797

Color #604797 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #604797

Tints of Daisy Bush #604797

Color information

#604797 (or 0x604797) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 97. RGB value is (96,71,151). Sum of RGB (Red+Green+Blue) = 96+71+151=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #604797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604797 is #9FB868. Grayscale: #575757. Windows color (decimal): -10467433 or 9914208. OLE color: 9914208.

HSL color Cylindrical-coordinate representation of color #604797: hue angle of 258.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #604797 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9671151-
CMYK0.360.5300.41
HSL258.75º36.04%43.53%-
HSV(B)258.75º52.98%59.22%-
XYZ12.669.2330.39-
YUV87.6163.78134-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=30.19%
G=22.33%
B=47.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96711510.360.5300.41258.7536.0443.53
Hex6047972435029103242c
Octal14010722744650514034454
Binary11000001000111100101111001001101010101001100000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604797; }

 p { color: rgb(96,71,151); }

 H1.HeaderClassName
 {
   color: #604797;
 }
 .AnyTagClassName
 {
   color: #604797;
 }
</style>
background-color css

<style>
 a { background-color: #604797; }

 a { background-color: rgb(96,71,151); }

 div.DivClassName
 {
   background-color: #604797;
 }
 .BgClassName
 {
   background-color: #604797;
 }
</style>
border-color css

<style>
 span { border-color: #604797; }

 span { border-color: rgb(96,71,151); }

 td.TdClassName
 {
   border-color: #604797;
 }
 .TagClassName
 {
   border-color: #604797;
 }
</style>