#604490

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

Shades of Daisy Bush #604490

Tints of Daisy Bush #604490

Color information

#604490 (or 0x604490) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 90. RGB value is (96,68,144). Sum of RGB (Red+Green+Blue) = 96+68+144=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #604490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604490 is #9FBB6F. Grayscale: #545454. Windows color (decimal): -10468208 or 9454688. OLE color: 9454688.

HSL color Cylindrical-coordinate representation of color #604490: hue angle of 262.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #604490 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9668144-
CMYK0.330.5300.44
HSL262.11º35.85%41.57%-
HSV(B)262.11º52.78%56.47%-
XYZ11.938.6327.42-
YUV85.04161.28135.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=31.17%
G=22.08%
B=46.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96681440.330.5300.44262.1135.8541.57
Hex604490213502C106242a
Octal14010422041650544064452
Binary11000001000100100100001000011101010101100100000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604490; }

 p { color: rgb(96,68,144); }

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

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

 a { background-color: rgb(96,68,144); }

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

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

 span { border-color: rgb(96,68,144); }

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