Shades of Kingfisher Daisy #613B84
Tints of Kingfisher Daisy #613B84
RGB
CMYK
RGB Variations
Color information
#613B84 (or 0x613B84) is known color: Kingfisher Daisy. HEX triplet: 61, 3B and 84. RGB value is (97,59,132). Sum of RGB (Red+Green+Blue) = 97+59+132=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #613B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B84 is #9EC47B. Grayscale: #4E4E4E. Windows color (decimal): -10404988 or 8665953. OLE color: 8665953.
HSL color Cylindrical-coordinate representation of color #613B84: hue angle of 271.23º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #613B84 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 59 | 132 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.48 |
| HSL | 271.23º | 0.38% | 0.37% | - |
| HSV(B) | 271.23º | 0.55% | 0.52% | - |
| XYZ | 10.66 | 7.34 | 22.68 | - |
| YUV | 78.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 132 | 0.27 | 0.55 | 0 | 0.48 | 271.23 | 0.38 | 0.37 |
| Hex | 61 | 3B | 84 | 1B | 37 | 0 | 30 | 10F | 26 | 25 |
| Octal | 141 | 73 | 204 | 33 | 67 | 0 | 60 | 417 | 46 | 45 |
| Binary | 1100001 | 111011 | 10000100 | 11011 | 110111 | 0 | 110000 | 100001111 | 100110 | 100101 |
Color Harmonies of #613B84
Complementary color
Monochromatic Colors of #613B84
Black with #613B84
Text Example
Text Example
White with #613B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B84; }
p { color: rgb(97,59,132); }
H1.HeaderClassName
{
color: #613B84;
}
.AnyTagClassName
{
color: #613B84;
}
</style>
background-color css
<style>
a { background-color: #613B84; }
a { background-color: rgb(97,59,132); }
div.DivClassName
{
background-color: #613B84;
}
.BgClassName
{
background-color: #613B84;
}
</style>
border-color css
<style>
span { border-color: #613B84; }
span { border-color: rgb(97,59,132); }
td.TdClassName
{
border-color: #613B84;
}
.TagClassName
{
border-color: #613B84;
}
</style>