Shades of Kingfisher Daisy #612F80
Tints of Kingfisher Daisy #612F80
RGB
CMYK
RGB Variations
Color information
#612F80 (or 0x612F80) is known color: Kingfisher Daisy. HEX triplet: 61, 2F and 80. RGB value is (97,47,128). Sum of RGB (Red+Green+Blue) = 97+47+128=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #612F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F80 is #9ED07F. Grayscale: #464646. Windows color (decimal): -10408064 or 8400737. OLE color: 8400737.
HSL color Cylindrical-coordinate representation of color #612F80: hue angle of 277.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612F80 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 47 | 128 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.50 |
| HSL | 277.04º | 0.46% | 0.34% | - |
| HSV(B) | 277.04º | 0.63% | 0.5% | - |
| XYZ | 9.84 | 6.13 | 21.09 | - |
| YUV | 71.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 128 | 0.24 | 0.63 | 0 | 0.50 | 277.04 | 0.46 | 0.34 |
| Hex | 61 | 2F | 80 | 18 | 3F | 0 | 32 | 115 | 2E | 22 |
| Octal | 141 | 57 | 200 | 30 | 77 | 0 | 62 | 425 | 56 | 42 |
| Binary | 1100001 | 101111 | 10000000 | 11000 | 111111 | 0 | 110010 | 100010101 | 101110 | 100010 |
Color Harmonies of #612F80
Complementary color
Monochromatic Colors of #612F80
Black with #612F80
Text Example
Text Example
White with #612F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F80; }
p { color: rgb(97,47,128); }
H1.HeaderClassName
{
color: #612F80;
}
.AnyTagClassName
{
color: #612F80;
}
</style>
background-color css
<style>
a { background-color: #612F80; }
a { background-color: rgb(97,47,128); }
div.DivClassName
{
background-color: #612F80;
}
.BgClassName
{
background-color: #612F80;
}
</style>
border-color css
<style>
span { border-color: #612F80; }
span { border-color: rgb(97,47,128); }
td.TdClassName
{
border-color: #612F80;
}
.TagClassName
{
border-color: #612F80;
}
</style>