#60429D

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

Shades of Daisy Bush #60429D

Tints of Daisy Bush #60429D

Color information

#60429D (or 0x60429D) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 9D. RGB value is (96,66,157). Sum of RGB (Red+Green+Blue) = 96+66+157=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #60429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429D is #9FBD62. Grayscale: #555555. Windows color (decimal): -10468707 or 10306144. OLE color: 10306144.

HSL color Cylindrical-coordinate representation of color #60429D: hue angle of 259.78º 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 #60429D is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9666157-
CMYK0.390.5800.38
HSL259.78º40.81%43.73%-
HSV(B)259.78º57.96%61.57%-
XYZ12.868.8232.92-
YUV85.34168.44135.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=30.09%
G=20.69%
B=49.22%

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
Decimal96661570.390.5800.38259.7840.8143.73
Hex60429D273A026104292c
Octal14010223547720464045154
Binary11000001000010100111011001111110100100110100000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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