Shades of Daisy Bush #60389B
Tints of Daisy Bush #60389B
RGB
CMYK
RGB Variations
Color information
#60389B (or 0x60389B) is known color: Daisy Bush. HEX triplet: 60, 38 and 9B. RGB value is (96,56,155). Sum of RGB (Red+Green+Blue) = 96+56+155=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #60389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60389B is #9FC764. Grayscale: #4E4E4E. Windows color (decimal): -10471269 or 10172512. OLE color: 10172512.
HSL color Cylindrical-coordinate representation of color #60389B: hue angle of 264.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60389B is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 56 | 155 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.39 |
| HSL | 264.24º | 0.47% | 0.41% | - |
| HSV(B) | 264.24º | 0.64% | 0.61% | - |
| XYZ | 12.15 | 7.68 | 31.85 | - |
| YUV | 79.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 155 | 0.38 | 0.64 | 0 | 0.39 | 264.24 | 0.47 | 0.41 |
| Hex | 60 | 38 | 9B | 26 | 40 | 0 | 27 | 108 | 2F | 29 |
| Octal | 140 | 70 | 233 | 46 | 100 | 0 | 47 | 410 | 57 | 51 |
| Binary | 1100000 | 111000 | 10011011 | 100110 | 1000000 | 0 | 100111 | 100001000 | 101111 | 101001 |
Color Harmonies of #60389B
Complementary color
Monochromatic Colors of #60389B
Black with #60389B
Text Example
Text Example
White with #60389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60389B; }
p { color: rgb(96,56,155); }
H1.HeaderClassName
{
color: #60389B;
}
.AnyTagClassName
{
color: #60389B;
}
</style>
background-color css
<style>
a { background-color: #60389B; }
a { background-color: rgb(96,56,155); }
div.DivClassName
{
background-color: #60389B;
}
.BgClassName
{
background-color: #60389B;
}
</style>
border-color css
<style>
span { border-color: #60389B; }
span { border-color: rgb(96,56,155); }
td.TdClassName
{
border-color: #60389B;
}
.TagClassName
{
border-color: #60389B;
}
</style>