#604788

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

Shades of Daisy Bush #604788

Tints of Daisy Bush #604788

Color information

#604788 (or 0x604788) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 88. RGB value is (96,71,136). Sum of RGB (Red+Green+Blue) = 96+71+136=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #604788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604788 is #9FB877. Grayscale: #555555. Windows color (decimal): -10467448 or 8931168. OLE color: 8931168.

HSL color Cylindrical-coordinate representation of color #604788: hue angle of 263.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604788 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9671136-
CMYK0.290.4800.47
HSL263.08º31.4%40.59%-
HSV(B)263.08º47.79%53.33%-
XYZ11.528.7724.38-
YUV85.88156.28135.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=31.68%
G=23.43%
B=44.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96711360.290.4800.47263.0831.440.59
Hex6047881D3002F1071f29
Octal14010721035600574073751
Binary110000010001111000100011101110000010111110000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604788; }

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

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

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

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

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

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

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

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