Shades of Kingfisher Daisy #61218B
Tints of Kingfisher Daisy #61218B
RGB
CMYK
RGB Variations
Color information
#61218B (or 0x61218B) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 8B. RGB value is (97,33,139). Sum of RGB (Red+Green+Blue) = 97+33+139=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #61218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61218B is #9EDE74. Grayscale: #3F3F3F. Windows color (decimal): -10411637 or 9118049. OLE color: 9118049.
HSL color Cylindrical-coordinate representation of color #61218B: hue angle of 276.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61218B is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 33 | 139 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.45 |
| HSL | 276.23º | 0.62% | 0.34% | - |
| HSV(B) | 276.23º | 0.76% | 0.55% | - |
| XYZ | 10.13 | 5.49 | 24.95 | - |
| YUV | 64.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 139 | 0.30 | 0.76 | 0 | 0.45 | 276.23 | 0.62 | 0.34 |
| Hex | 61 | 21 | 8B | 1E | 4C | 0 | 2D | 114 | 3E | 22 |
| Octal | 141 | 41 | 213 | 36 | 114 | 0 | 55 | 424 | 76 | 42 |
| Binary | 1100001 | 100001 | 10001011 | 11110 | 1001100 | 0 | 101101 | 100010100 | 111110 | 100010 |
Color Harmonies of #61218B
Complementary color
Monochromatic Colors of #61218B
Black with #61218B
Text Example
Text Example
White with #61218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61218B; }
p { color: rgb(97,33,139); }
H1.HeaderClassName
{
color: #61218B;
}
.AnyTagClassName
{
color: #61218B;
}
</style>
background-color css
<style>
a { background-color: #61218B; }
a { background-color: rgb(97,33,139); }
div.DivClassName
{
background-color: #61218B;
}
.BgClassName
{
background-color: #61218B;
}
</style>
border-color css
<style>
span { border-color: #61218B; }
span { border-color: rgb(97,33,139); }
td.TdClassName
{
border-color: #61218B;
}
.TagClassName
{
border-color: #61218B;
}
</style>