#60479E

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

Shades of Daisy Bush #60479E

Tints of Daisy Bush #60479E

Color information

#60479E (or 0x60479E) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 9E. RGB value is (96,71,158). Sum of RGB (Red+Green+Blue) = 96+71+158=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #60479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60479E is #9FB861. Grayscale: #585858. Windows color (decimal): -10467426 or 10372960. OLE color: 10372960.

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

Color convert

RGB9671158-
CMYK0.390.5500.38
HSL257.24º37.99%44.9%-
HSV(B)257.24º55.06%61.96%-
XYZ13.259.4633.48-
YUV88.39167.28133.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=29.54%
G=21.85%
B=48.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96711580.390.5500.38257.2437.9944.9
Hex60479E2737026101262d
Octal14010723647670464014655
Binary11000001000111100111101001111101110100110100000001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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