#60478D

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

Shades of Daisy Bush #60478D

Tints of Daisy Bush #60478D

Color information

#60478D (or 0x60478D) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 8D. RGB value is (96,71,141). Sum of RGB (Red+Green+Blue) = 96+71+141=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #60478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60478D is #9FB872. Grayscale: #565656. Windows color (decimal): -10467443 or 9258848. OLE color: 9258848.

HSL color Cylindrical-coordinate representation of color #60478D: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60478D is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9671141-
CMYK0.320.5000.45
HSL261.43º33.02%41.57%-
HSV(B)261.43º49.65%55.29%-
XYZ11.888.9226.29-
YUV86.46158.78134.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=31.17%
G=23.05%
B=45.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96711410.320.5000.45261.4333.0241.57
Hex60478D203202D105212a
Octal14010721540620554054152
Binary11000001000111100011011000001100100101101100000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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