Shades of Daisy Bush #60468B
Tints of Daisy Bush #60468B
RGB
CMYK
RGB Variations
Color information
#60468B (or 0x60468B) is known color: Daisy Bush. HEX triplet: 60, 46 and 8B. RGB value is (96,70,139). Sum of RGB (Red+Green+Blue) = 96+70+139=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #60468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60468B is #9FB974. Grayscale: #555555. Windows color (decimal): -10467701 or 9127520. OLE color: 9127520.
HSL color Cylindrical-coordinate representation of color #60468B: hue angle of 262.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60468B is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 70 | 139 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.45 |
| HSL | 262.61º | 0.33% | 0.41% | - |
| HSV(B) | 262.61º | 0.5% | 0.55% | - |
| XYZ | 11.67 | 8.73 | 25.5 | - |
| YUV | 85.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 139 | 0.31 | 0.50 | 0 | 0.45 | 262.61 | 0.33 | 0.41 |
| Hex | 60 | 46 | 8B | 1F | 32 | 0 | 2D | 107 | 21 | 29 |
| Octal | 140 | 106 | 213 | 37 | 62 | 0 | 55 | 407 | 41 | 51 |
| Binary | 1100000 | 1000110 | 10001011 | 11111 | 110010 | 0 | 101101 | 100000111 | 100001 | 101001 |
Color Harmonies of #60468B
Complementary color
Monochromatic Colors of #60468B
Black with #60468B
Text Example
Text Example
White with #60468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60468B; }
p { color: rgb(96,70,139); }
H1.HeaderClassName
{
color: #60468B;
}
.AnyTagClassName
{
color: #60468B;
}
</style>
background-color css
<style>
a { background-color: #60468B; }
a { background-color: rgb(96,70,139); }
div.DivClassName
{
background-color: #60468B;
}
.BgClassName
{
background-color: #60468B;
}
</style>
border-color css
<style>
span { border-color: #60468B; }
span { border-color: rgb(96,70,139); }
td.TdClassName
{
border-color: #60468B;
}
.TagClassName
{
border-color: #60468B;
}
</style>