#604889

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

Shades of Daisy Bush #604889

Tints of Daisy Bush #604889

Color information

#604889 (or 0x604889) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 89. RGB value is (96,72,137). Sum of RGB (Red+Green+Blue) = 96+72+137=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #604889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604889 is #9FB776. Grayscale: #565656. Windows color (decimal): -10467191 or 8996960. OLE color: 8996960.

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

Color convert

RGB9672137-
CMYK0.300.4700.46
HSL262.15º31.1%40.98%-
HSV(B)262.15º47.45%53.73%-
XYZ11.668.9324.78-
YUV86.59156.45134.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=31.48%
G=23.61%
B=44.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96721370.300.4700.46262.1531.140.98
Hex6048891E2F02E1061f29
Octal14011021136570564063751
Binary110000010010001000100111110101111010111010000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604889; }

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

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

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

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

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

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

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

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