#60499C

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

Shades of Daisy Bush #60499C

Tints of Daisy Bush #60499C

Color information

#60499C (or 0x60499C) is unknown color: approx Daisy Bush. HEX triplet: 60, 49 and 9C. RGB value is (96,73,156). Sum of RGB (Red+Green+Blue) = 96+73+156=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #60499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60499C is #9FB663. Grayscale: #595959. Windows color (decimal): -10466916 or 10242400. OLE color: 10242400.

HSL color Cylindrical-coordinate representation of color #60499C: hue angle of 256.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60499C is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9673156-
CMYK0.380.5300.39
HSL256.63º36.24%44.9%-
HSV(B)256.63º53.21%61.18%-
XYZ13.219.6532.62-
YUV89.34165.62132.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 156 (61.33% from 255) = 48%
R=29.54%
G=22.46%
B=48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96731560.380.5300.39256.6336.2444.9
Hex60499C2635027101242d
Octal14011123446650474014455
Binary11000001001001100111001001101101010100111100000001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60499C; }

 p { color: rgb(96,73,156); }

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

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

 a { background-color: rgb(96,73,156); }

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

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

 span { border-color: rgb(96,73,156); }

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