#604392

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

Shades of Daisy Bush #604392

Tints of Daisy Bush #604392

Color information

#604392 (or 0x604392) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 92. RGB value is (96,67,146). Sum of RGB (Red+Green+Blue) = 96+67+146=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #604392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604392 is #9FBC6D. Grayscale: #545454. Windows color (decimal): -10468462 or 9585504. OLE color: 9585504.

HSL color Cylindrical-coordinate representation of color #604392: hue angle of 262.03º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604392 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9667146-
CMYK0.340.5400.43
HSL262.03º37.09%41.76%-
HSV(B)262.03º54.11%57.25%-
XYZ12.028.5828.22-
YUV84.68162.61136.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=31.07%
G=21.68%
B=47.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96671460.340.5400.43262.0337.0941.76
Hex604392223602B106252a
Octal14010322242660534064552
Binary11000001000011100100101000101101100101011100000110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604392; }

 p { color: rgb(96,67,146); }

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

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

 a { background-color: rgb(96,67,146); }

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

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

 span { border-color: rgb(96,67,146); }

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