Shades of Kingfisher Daisy #61487C
Tints of Kingfisher Daisy #61487C
RGB
CMYK
RGB Variations
Color information
#61487C (or 0x61487C) is known color: Kingfisher Daisy. HEX triplet: 61, 48 and 7C. RGB value is (97,72,124). Sum of RGB (Red+Green+Blue) = 97+72+124=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #61487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61487C is #9EB783. Grayscale: #555555. Windows color (decimal): -10401668 or 8144993. OLE color: 8144993.
HSL color Cylindrical-coordinate representation of color #61487C: hue angle of 268.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61487C is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 72 | 124 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.51 |
| HSL | 268.85º | 0.27% | 0.38% | - |
| HSV(B) | 268.85º | 0.42% | 0.49% | - |
| XYZ | 10.89 | 8.63 | 20.16 | - |
| YUV | 85.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 124 | 0.22 | 0.42 | 0 | 0.51 | 268.85 | 0.27 | 0.38 |
| Hex | 61 | 48 | 7C | 16 | 2A | 0 | 33 | 10D | 1B | 26 |
| Octal | 141 | 110 | 174 | 26 | 52 | 0 | 63 | 415 | 33 | 46 |
| Binary | 1100001 | 1001000 | 1111100 | 10110 | 101010 | 0 | 110011 | 100001101 | 11011 | 100110 |
Color Harmonies of #61487C
Complementary color
Monochromatic Colors of #61487C
Black with #61487C
Text Example
Text Example
White with #61487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61487C; }
p { color: rgb(97,72,124); }
H1.HeaderClassName
{
color: #61487C;
}
.AnyTagClassName
{
color: #61487C;
}
</style>
background-color css
<style>
a { background-color: #61487C; }
a { background-color: rgb(97,72,124); }
div.DivClassName
{
background-color: #61487C;
}
.BgClassName
{
background-color: #61487C;
}
</style>
border-color css
<style>
span { border-color: #61487C; }
span { border-color: rgb(97,72,124); }
td.TdClassName
{
border-color: #61487C;
}
.TagClassName
{
border-color: #61487C;
}
</style>