#60429E

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

Shades of Daisy Bush #60429E

Tints of Daisy Bush #60429E

Color information

#60429E (or 0x60429E) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 9E. RGB value is (96,66,158). Sum of RGB (Red+Green+Blue) = 96+66+158=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #60429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429E is #9FBD61. Grayscale: #555555. Windows color (decimal): -10468706 or 10371680. OLE color: 10371680.

HSL color Cylindrical-coordinate representation of color #60429E: hue angle of 259.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60429E is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9666158-
CMYK0.390.5800.38
HSL259.57º41.07%43.92%-
HSV(B)259.57º58.23%61.96%-
XYZ12.948.8533.37-
YUV85.46168.94135.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=30%
G=20.62%
B=49.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96661580.390.5800.38259.5741.0743.92
Hex60429E273A026104292c
Octal14010223647720464045154
Binary11000001000010100111101001111110100100110100000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60429E; }

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

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

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

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

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

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

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

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