#60478C

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

Shades of Daisy Bush #60478C

Tints of Daisy Bush #60478C

Color information

#60478C (or 0x60478C) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 8C. RGB value is (96,71,140). Sum of RGB (Red+Green+Blue) = 96+71+140=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #60478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60478C is #9FB873. Grayscale: #565656. Windows color (decimal): -10467444 or 9193312. OLE color: 9193312.

HSL color Cylindrical-coordinate representation of color #60478C: hue angle of 261.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60478C is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9671140-
CMYK0.310.4900.45
HSL261.74º32.7%41.37%-
HSV(B)261.74º49.29%54.9%-
XYZ11.818.8925.9-
YUV86.34158.28134.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=31.27%
G=23.13%
B=45.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96711400.310.4900.45261.7432.741.37
Hex60478C1F3102D1062129
Octal14010721437610554064151
Binary1100000100011110001100111111100010101101100000110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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