Shades of Kingfisher Daisy #61347C
Tints of Kingfisher Daisy #61347C
RGB
CMYK
RGB Variations
Color information
#61347C (or 0x61347C) is known color: Kingfisher Daisy. HEX triplet: 61, 34 and 7C. RGB value is (97,52,124). Sum of RGB (Red+Green+Blue) = 97+52+124=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #61347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61347C is #9ECB83. Grayscale: #494949. Windows color (decimal): -10406788 or 8139873. OLE color: 8139873.
HSL color Cylindrical-coordinate representation of color #61347C: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61347C is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 52 | 124 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.51 |
| HSL | 277.5º | 0.41% | 0.35% | - |
| HSV(B) | 277.5º | 0.58% | 0.49% | - |
| XYZ | 9.8 | 6.45 | 19.8 | - |
| YUV | 73.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 124 | 0.22 | 0.58 | 0 | 0.51 | 277.5 | 0.41 | 0.35 |
| Hex | 61 | 34 | 7C | 16 | 3A | 0 | 33 | 116 | 29 | 23 |
| Octal | 141 | 64 | 174 | 26 | 72 | 0 | 63 | 426 | 51 | 43 |
| Binary | 1100001 | 110100 | 1111100 | 10110 | 111010 | 0 | 110011 | 100010110 | 101001 | 100011 |
Color Harmonies of #61347C
Complementary color
Monochromatic Colors of #61347C
Black with #61347C
Text Example
Text Example
White with #61347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61347C; }
p { color: rgb(97,52,124); }
H1.HeaderClassName
{
color: #61347C;
}
.AnyTagClassName
{
color: #61347C;
}
</style>
background-color css
<style>
a { background-color: #61347C; }
a { background-color: rgb(97,52,124); }
div.DivClassName
{
background-color: #61347C;
}
.BgClassName
{
background-color: #61347C;
}
</style>
border-color css
<style>
span { border-color: #61347C; }
span { border-color: rgb(97,52,124); }
td.TdClassName
{
border-color: #61347C;
}
.TagClassName
{
border-color: #61347C;
}
</style>