Shades of Kingfisher Daisy #60198D
Tints of Kingfisher Daisy #60198D
RGB
CMYK
RGB Variations
Color information
#60198D (or 0x60198D) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 8D. RGB value is (96,25,141). Sum of RGB (Red+Green+Blue) = 96+25+141=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #60198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60198D is #9FE672. Grayscale: #3B3B3B. Windows color (decimal): -10479219 or 9247072. OLE color: 9247072.
HSL color Cylindrical-coordinate representation of color #60198D: hue angle of 276.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60198D is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 25 | 141 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.45 |
| HSL | 276.72º | 0.7% | 0.33% | - |
| HSV(B) | 276.72º | 0.82% | 0.55% | - |
| XYZ | 9.98 | 5.11 | 25.66 | - |
| YUV | 59.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 141 | 0.32 | 0.82 | 0 | 0.45 | 276.72 | 0.7 | 0.33 |
| Hex | 60 | 19 | 8D | 20 | 52 | 0 | 2D | 115 | 46 | 21 |
| Octal | 140 | 31 | 215 | 40 | 122 | 0 | 55 | 425 | 106 | 41 |
| Binary | 1100000 | 11001 | 10001101 | 100000 | 1010010 | 0 | 101101 | 100010101 | 1000110 | 100001 |
Color Harmonies of #60198D
Complementary color
Monochromatic Colors of #60198D
Black with #60198D
Text Example
Text Example
White with #60198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60198D; }
p { color: rgb(96,25,141); }
H1.HeaderClassName
{
color: #60198D;
}
.AnyTagClassName
{
color: #60198D;
}
</style>
background-color css
<style>
a { background-color: #60198D; }
a { background-color: rgb(96,25,141); }
div.DivClassName
{
background-color: #60198D;
}
.BgClassName
{
background-color: #60198D;
}
</style>
border-color css
<style>
span { border-color: #60198D; }
span { border-color: rgb(96,25,141); }
td.TdClassName
{
border-color: #60198D;
}
.TagClassName
{
border-color: #60198D;
}
</style>