Shades of Kingfisher Daisy #61257B
Tints of Kingfisher Daisy #61257B
RGB
CMYK
RGB Variations
Color information
#61257B (or 0x61257B) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 7B. RGB value is (97,37,123). Sum of RGB (Red+Green+Blue) = 97+37+123=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #61257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61257B is #9EDA84. Grayscale: #404040. Windows color (decimal): -10410629 or 8070497. OLE color: 8070497.
HSL color Cylindrical-coordinate representation of color #61257B: hue angle of 281.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61257B is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 37 | 123 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.52 |
| HSL | 281.86º | 0.54% | 0.31% | - |
| HSV(B) | 281.86º | 0.7% | 0.48% | - |
| XYZ | 9.17 | 5.29 | 19.28 | - |
| YUV | 64.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 123 | 0.21 | 0.70 | 0 | 0.52 | 281.86 | 0.54 | 0.31 |
| Hex | 61 | 25 | 7B | 15 | 46 | 0 | 34 | 11A | 36 | 1F |
| Octal | 141 | 45 | 173 | 25 | 106 | 0 | 64 | 432 | 66 | 37 |
| Binary | 1100001 | 100101 | 1111011 | 10101 | 1000110 | 0 | 110100 | 100011010 | 110110 | 11111 |
Color Harmonies of #61257B
Complementary color
Monochromatic Colors of #61257B
Black with #61257B
Text Example
Text Example
White with #61257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61257B; }
p { color: rgb(97,37,123); }
H1.HeaderClassName
{
color: #61257B;
}
.AnyTagClassName
{
color: #61257B;
}
</style>
background-color css
<style>
a { background-color: #61257B; }
a { background-color: rgb(97,37,123); }
div.DivClassName
{
background-color: #61257B;
}
.BgClassName
{
background-color: #61257B;
}
</style>
border-color css
<style>
span { border-color: #61257B; }
span { border-color: rgb(97,37,123); }
td.TdClassName
{
border-color: #61257B;
}
.TagClassName
{
border-color: #61257B;
}
</style>