#604291

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

Shades of Daisy Bush #604291

Tints of Daisy Bush #604291

Color information

#604291 (or 0x604291) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 91. RGB value is (96,66,145). Sum of RGB (Red+Green+Blue) = 96+66+145=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #604291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604291 is #9FBD6E. Grayscale: #535353. Windows color (decimal): -10468719 or 9519712. OLE color: 9519712.

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

Color convert

RGB9666145-
CMYK0.340.5400.43
HSL262.78º37.44%41.37%-
HSV(B)262.78º54.48%56.86%-
XYZ11.888.4327.79-
YUV83.98162.44136.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=31.27%
G=21.50%
B=47.23%

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
Decimal96661450.340.5400.43262.7837.4441.37
Hex604291223602B1072529
Octal14010222142660534074551
Binary11000001000010100100011000101101100101011100000111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604291; }

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

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

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

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

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

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

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

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