#604790

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

Shades of Daisy Bush #604790

Tints of Daisy Bush #604790

Color information

#604790 (or 0x604790) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 90. RGB value is (96,71,144). Sum of RGB (Red+Green+Blue) = 96+71+144=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #604790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604790 is #9FB86F. Grayscale: #565656. Windows color (decimal): -10467440 or 9455456. OLE color: 9455456.

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

Color convert

RGB9671144-
CMYK0.330.5100.44
HSL260.55º33.95%42.16%-
HSV(B)260.55º50.69%56.47%-
XYZ12.119.0127.49-
YUV86.8160.28134.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=30.87%
G=22.83%
B=46.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96711440.330.5100.44260.5533.9542.16
Hex604790213302C105222a
Octal14010722041630544054252
Binary11000001000111100100001000011100110101100100000101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604790; }

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

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

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

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

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

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

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

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