Shades of Kingfisher Daisy #61367F
Tints of Kingfisher Daisy #61367F
RGB
CMYK
RGB Variations
Color information
#61367F (or 0x61367F) is known color: Kingfisher Daisy. HEX triplet: 61, 36 and 7F. RGB value is (97,54,127). Sum of RGB (Red+Green+Blue) = 97+54+127=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #61367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61367F is #9EC980. Grayscale: #4A4A4A. Windows color (decimal): -10406273 or 8336993. OLE color: 8336993.
HSL color Cylindrical-coordinate representation of color #61367F: hue angle of 275.34º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61367F is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 54 | 127 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.50 |
| HSL | 275.34º | 0.4% | 0.35% | - |
| HSV(B) | 275.34º | 0.57% | 0.5% | - |
| XYZ | 10.08 | 6.71 | 20.84 | - |
| YUV | 75.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 127 | 0.24 | 0.57 | 0 | 0.50 | 275.34 | 0.4 | 0.35 |
| Hex | 61 | 36 | 7F | 18 | 39 | 0 | 32 | 113 | 28 | 23 |
| Octal | 141 | 66 | 177 | 30 | 71 | 0 | 62 | 423 | 50 | 43 |
| Binary | 1100001 | 110110 | 1111111 | 11000 | 111001 | 0 | 110010 | 100010011 | 101000 | 100011 |
Color Harmonies of #61367F
Complementary color
Monochromatic Colors of #61367F
Black with #61367F
Text Example
Text Example
White with #61367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61367F; }
p { color: rgb(97,54,127); }
H1.HeaderClassName
{
color: #61367F;
}
.AnyTagClassName
{
color: #61367F;
}
</style>
background-color css
<style>
a { background-color: #61367F; }
a { background-color: rgb(97,54,127); }
div.DivClassName
{
background-color: #61367F;
}
.BgClassName
{
background-color: #61367F;
}
</style>
border-color css
<style>
span { border-color: #61367F; }
span { border-color: rgb(97,54,127); }
td.TdClassName
{
border-color: #61367F;
}
.TagClassName
{
border-color: #61367F;
}
</style>