#604887

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

Shades of Daisy Bush #604887

Tints of Daisy Bush #604887

Color information

#604887 (or 0x604887) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 87. RGB value is (96,72,135). Sum of RGB (Red+Green+Blue) = 96+72+135=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #604887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604887 is #9FB778. Grayscale: #565656. Windows color (decimal): -10467193 or 8865888. OLE color: 8865888.

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

Color convert

RGB9672135-
CMYK0.290.4700.47
HSL262.86º30.43%40.59%-
HSV(B)262.86º46.67%52.94%-
XYZ11.518.8724.03-
YUV86.36155.45134.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=31.68%
G=23.76%
B=44.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96721350.290.4700.47262.8630.4340.59
Hex6048871D2F02F1071e29
Octal14011020735570574073651
Binary110000010010001000011111101101111010111110000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604887; }

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

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

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

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

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

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

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

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