Shades of Daisy Bush #60469B
Tints of Daisy Bush #60469B
RGB
CMYK
RGB Variations
Color information
#60469B (or 0x60469B) is known color: Daisy Bush. HEX triplet: 60, 46 and 9B. RGB value is (96,70,155). Sum of RGB (Red+Green+Blue) = 96+70+155=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #60469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469B is #9FB964. Grayscale: #575757. Windows color (decimal): -10467685 or 10176096. OLE color: 10176096.
HSL color Cylindrical-coordinate representation of color #60469B: hue angle of 258.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60469B is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 70 | 155 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.39 |
| HSL | 258.35º | 0.38% | 0.44% | - |
| HSV(B) | 258.35º | 0.55% | 0.61% | - |
| XYZ | 12.93 | 9.23 | 32.11 | - |
| YUV | 87.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 155 | 0.38 | 0.55 | 0 | 0.39 | 258.35 | 0.38 | 0.44 |
| Hex | 60 | 46 | 9B | 26 | 37 | 0 | 27 | 102 | 26 | 2C |
| Octal | 140 | 106 | 233 | 46 | 67 | 0 | 47 | 402 | 46 | 54 |
| Binary | 1100000 | 1000110 | 10011011 | 100110 | 110111 | 0 | 100111 | 100000010 | 100110 | 101100 |
Color Harmonies of #60469B
Complementary color
Monochromatic Colors of #60469B
Black with #60469B
Text Example
Text Example
White with #60469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60469B; }
p { color: rgb(96,70,155); }
H1.HeaderClassName
{
color: #60469B;
}
.AnyTagClassName
{
color: #60469B;
}
</style>
background-color css
<style>
a { background-color: #60469B; }
a { background-color: rgb(96,70,155); }
div.DivClassName
{
background-color: #60469B;
}
.BgClassName
{
background-color: #60469B;
}
</style>
border-color css
<style>
span { border-color: #60469B; }
span { border-color: rgb(96,70,155); }
td.TdClassName
{
border-color: #60469B;
}
.TagClassName
{
border-color: #60469B;
}
</style>