Shades of Kingfisher Daisy #60199B
Tints of Kingfisher Daisy #60199B
RGB
CMYK
RGB Variations
Color information
#60199B (or 0x60199B) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 9B. RGB value is (96,25,155). Sum of RGB (Red+Green+Blue) = 96+25+155=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #60199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60199B is #9FE664. Grayscale: #3C3C3C. Windows color (decimal): -10479205 or 10164576. OLE color: 10164576.
HSL color Cylindrical-coordinate representation of color #60199B: hue angle of 272.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60199B is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 25 | 155 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.39 |
| HSL | 272.77º | 0.72% | 0.35% | - |
| HSV(B) | 272.77º | 0.84% | 0.61% | - |
| XYZ | 11.09 | 5.55 | 31.5 | - |
| YUV | 61.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 155 | 0.38 | 0.84 | 0 | 0.39 | 272.77 | 0.72 | 0.35 |
| Hex | 60 | 19 | 9B | 26 | 54 | 0 | 27 | 111 | 48 | 23 |
| Octal | 140 | 31 | 233 | 46 | 124 | 0 | 47 | 421 | 110 | 43 |
| Binary | 1100000 | 11001 | 10011011 | 100110 | 1010100 | 0 | 100111 | 100010001 | 1001000 | 100011 |
Color Harmonies of #60199B
Complementary color
Monochromatic Colors of #60199B
Black with #60199B
Text Example
Text Example
White with #60199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60199B; }
p { color: rgb(96,25,155); }
H1.HeaderClassName
{
color: #60199B;
}
.AnyTagClassName
{
color: #60199B;
}
</style>
background-color css
<style>
a { background-color: #60199B; }
a { background-color: rgb(96,25,155); }
div.DivClassName
{
background-color: #60199B;
}
.BgClassName
{
background-color: #60199B;
}
</style>
border-color css
<style>
span { border-color: #60199B; }
span { border-color: rgb(96,25,155); }
td.TdClassName
{
border-color: #60199B;
}
.TagClassName
{
border-color: #60199B;
}
</style>