Shades of Kingfisher Daisy #61327C
Tints of Kingfisher Daisy #61327C
RGB
CMYK
RGB Variations
Color information
#61327C (or 0x61327C) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 7C. RGB value is (97,50,124). Sum of RGB (Red+Green+Blue) = 97+50+124=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #61327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61327C is #9ECD83. Grayscale: #484848. Windows color (decimal): -10407300 or 8139361. OLE color: 8139361.
HSL color Cylindrical-coordinate representation of color #61327C: hue angle of 278.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61327C is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 50 | 124 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.51 |
| HSL | 278.11º | 0.43% | 0.34% | - |
| HSV(B) | 278.11º | 0.6% | 0.49% | - |
| XYZ | 9.71 | 6.28 | 19.77 | - |
| YUV | 72.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 124 | 0.22 | 0.60 | 0 | 0.51 | 278.11 | 0.43 | 0.34 |
| Hex | 61 | 32 | 7C | 16 | 3C | 0 | 33 | 116 | 2B | 22 |
| Octal | 141 | 62 | 174 | 26 | 74 | 0 | 63 | 426 | 53 | 42 |
| Binary | 1100001 | 110010 | 1111100 | 10110 | 111100 | 0 | 110011 | 100010110 | 101011 | 100010 |
Color Harmonies of #61327C
Complementary color
Monochromatic Colors of #61327C
Black with #61327C
Text Example
Text Example
White with #61327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61327C; }
p { color: rgb(97,50,124); }
H1.HeaderClassName
{
color: #61327C;
}
.AnyTagClassName
{
color: #61327C;
}
</style>
background-color css
<style>
a { background-color: #61327C; }
a { background-color: rgb(97,50,124); }
div.DivClassName
{
background-color: #61327C;
}
.BgClassName
{
background-color: #61327C;
}
</style>
border-color css
<style>
span { border-color: #61327C; }
span { border-color: rgb(97,50,124); }
td.TdClassName
{
border-color: #61327C;
}
.TagClassName
{
border-color: #61327C;
}
</style>