Shades of Daisy Bush #60439D
Tints of Daisy Bush #60439D
RGB
CMYK
RGB Variations
Color information
#60439D (or 0x60439D) is known color: Daisy Bush. HEX triplet: 60, 43 and 9D. RGB value is (96,67,157). Sum of RGB (Red+Green+Blue) = 96+67+157=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #60439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60439D is #9FBC62. Grayscale: #555555. Windows color (decimal): -10468451 or 10306400. OLE color: 10306400.
HSL color Cylindrical-coordinate representation of color #60439D: hue angle of 259.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60439D is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 67 | 157 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.38 |
| HSL | 259.33º | 0.4% | 0.44% | - |
| HSV(B) | 259.33º | 0.57% | 0.62% | - |
| XYZ | 12.92 | 8.94 | 32.94 | - |
| YUV | 85.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 157 | 0.39 | 0.57 | 0 | 0.38 | 259.33 | 0.4 | 0.44 |
| Hex | 60 | 43 | 9D | 27 | 39 | 0 | 26 | 103 | 28 | 2C |
| Octal | 140 | 103 | 235 | 47 | 71 | 0 | 46 | 403 | 50 | 54 |
| Binary | 1100000 | 1000011 | 10011101 | 100111 | 111001 | 0 | 100110 | 100000011 | 101000 | 101100 |
Color Harmonies of #60439D
Complementary color
Monochromatic Colors of #60439D
Black with #60439D
Text Example
Text Example
White with #60439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60439D; }
p { color: rgb(96,67,157); }
H1.HeaderClassName
{
color: #60439D;
}
.AnyTagClassName
{
color: #60439D;
}
</style>
background-color css
<style>
a { background-color: #60439D; }
a { background-color: rgb(96,67,157); }
div.DivClassName
{
background-color: #60439D;
}
.BgClassName
{
background-color: #60439D;
}
</style>
border-color css
<style>
span { border-color: #60439D; }
span { border-color: rgb(96,67,157); }
td.TdClassName
{
border-color: #60439D;
}
.TagClassName
{
border-color: #60439D;
}
</style>