#604591

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

Shades of Daisy Bush #604591

Tints of Daisy Bush #604591

Color information

#604591 (or 0x604591) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 91. RGB value is (96,69,145). Sum of RGB (Red+Green+Blue) = 96+69+145=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #604591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604591 is #9FBA6E. Grayscale: #555555. Windows color (decimal): -10467951 or 9520480. OLE color: 9520480.

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

Color convert

RGB9669145-
CMYK0.340.5200.43
HSL261.32º35.51%41.96%-
HSV(B)261.32º52.41%56.86%-
XYZ12.068.7927.85-
YUV85.74161.45135.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=30.97%
G=22.26%
B=46.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96691450.340.5200.43261.3235.5141.96
Hex604591223402B105242a
Octal14010522142640534054452
Binary11000001000101100100011000101101000101011100000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604591; }

 p { color: rgb(96,69,145); }

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

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

 a { background-color: rgb(96,69,145); }

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

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

 span { border-color: rgb(96,69,145); }

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