#604087

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

Shades of Daisy Bush #604087

Tints of Daisy Bush #604087

Color information

#604087 (or 0x604087) is unknown color: approx Daisy Bush. HEX triplet: 60, 40 and 87. RGB value is (96,64,135). Sum of RGB (Red+Green+Blue) = 96+64+135=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #604087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604087 is #9FBF78. Grayscale: #515151. Windows color (decimal): -10469241 or 8863840. OLE color: 8863840.

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

Color convert

RGB9664135-
CMYK0.290.5300.47
HSL267.04º35.68%39.02%-
HSV(B)267.04º52.59%52.94%-
XYZ11.037.923.87-
YUV81.66158.1138.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=32.54%
G=21.69%
B=45.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96641350.290.5300.47267.0435.6839.02
Hex6040871D3502F10b2427
Octal14010020735650574134447
Binary1100000100000010000111111011101010101111100001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604087; }

 p { color: rgb(96,64,135); }

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

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

 a { background-color: rgb(96,64,135); }

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

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

 span { border-color: rgb(96,64,135); }

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