Shades of Kingfisher Daisy #61247D
Tints of Kingfisher Daisy #61247D
RGB
CMYK
RGB Variations
Color information
#61247D (or 0x61247D) is known color: Kingfisher Daisy. HEX triplet: 61, 24 and 7D. RGB value is (97,36,125). Sum of RGB (Red+Green+Blue) = 97+36+125=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #61247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61247D is #9EDB82. Grayscale: #404040. Windows color (decimal): -10410883 or 8201313. OLE color: 8201313.
HSL color Cylindrical-coordinate representation of color #61247D: hue angle of 281.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61247D is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 36 | 125 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.51 |
| HSL | 281.12º | 0.55% | 0.32% | - |
| HSV(B) | 281.12º | 0.71% | 0.49% | - |
| XYZ | 9.26 | 5.28 | 19.93 | - |
| YUV | 64.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 125 | 0.22 | 0.71 | 0 | 0.51 | 281.12 | 0.55 | 0.32 |
| Hex | 61 | 24 | 7D | 16 | 47 | 0 | 33 | 119 | 37 | 20 |
| Octal | 141 | 44 | 175 | 26 | 107 | 0 | 63 | 431 | 67 | 40 |
| Binary | 1100001 | 100100 | 1111101 | 10110 | 1000111 | 0 | 110011 | 100011001 | 110111 | 100000 |
Color Harmonies of #61247D
Complementary color
Monochromatic Colors of #61247D
Black with #61247D
Text Example
Text Example
White with #61247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61247D; }
p { color: rgb(97,36,125); }
H1.HeaderClassName
{
color: #61247D;
}
.AnyTagClassName
{
color: #61247D;
}
</style>
background-color css
<style>
a { background-color: #61247D; }
a { background-color: rgb(97,36,125); }
div.DivClassName
{
background-color: #61247D;
}
.BgClassName
{
background-color: #61247D;
}
</style>
border-color css
<style>
span { border-color: #61247D; }
span { border-color: rgb(97,36,125); }
td.TdClassName
{
border-color: #61247D;
}
.TagClassName
{
border-color: #61247D;
}
</style>