Shades of Kingfisher Daisy #60198B
Tints of Kingfisher Daisy #60198B
RGB
CMYK
RGB Variations
Color information
#60198B (or 0x60198B) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 8B. RGB value is (96,25,139). Sum of RGB (Red+Green+Blue) = 96+25+139=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #60198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60198B is #9FE674. Grayscale: #3A3A3A. Windows color (decimal): -10479221 or 9116000. OLE color: 9116000.
HSL color Cylindrical-coordinate representation of color #60198B: hue angle of 277.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60198B is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 25 | 139 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.45 |
| HSL | 277.37º | 0.7% | 0.32% | - |
| HSV(B) | 277.37º | 0.82% | 0.55% | - |
| XYZ | 9.83 | 5.05 | 24.88 | - |
| YUV | 59.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 139 | 0.31 | 0.82 | 0 | 0.45 | 277.37 | 0.7 | 0.32 |
| Hex | 60 | 19 | 8B | 1F | 52 | 0 | 2D | 115 | 46 | 20 |
| Octal | 140 | 31 | 213 | 37 | 122 | 0 | 55 | 425 | 106 | 40 |
| Binary | 1100000 | 11001 | 10001011 | 11111 | 1010010 | 0 | 101101 | 100010101 | 1000110 | 100000 |
Color Harmonies of #60198B
Complementary color
Monochromatic Colors of #60198B
Black with #60198B
Text Example
Text Example
White with #60198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60198B; }
p { color: rgb(96,25,139); }
H1.HeaderClassName
{
color: #60198B;
}
.AnyTagClassName
{
color: #60198B;
}
</style>
background-color css
<style>
a { background-color: #60198B; }
a { background-color: rgb(96,25,139); }
div.DivClassName
{
background-color: #60198B;
}
.BgClassName
{
background-color: #60198B;
}
</style>
border-color css
<style>
span { border-color: #60198B; }
span { border-color: rgb(96,25,139); }
td.TdClassName
{
border-color: #60198B;
}
.TagClassName
{
border-color: #60198B;
}
</style>