Shades of Kingfisher Daisy #613A85
Tints of Kingfisher Daisy #613A85
RGB
CMYK
RGB Variations
Color information
#613A85 (or 0x613A85) is known color: Kingfisher Daisy. HEX triplet: 61, 3A and 85. RGB value is (97,58,133). Sum of RGB (Red+Green+Blue) = 97+58+133=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #613A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A85 is #9EC57A. Grayscale: #4D4D4D. Windows color (decimal): -10405243 or 8731233. OLE color: 8731233.
HSL color Cylindrical-coordinate representation of color #613A85: hue angle of 271.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613A85 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 58 | 133 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.48 |
| HSL | 271.2º | 0.39% | 0.37% | - |
| HSV(B) | 271.2º | 0.56% | 0.52% | - |
| XYZ | 10.68 | 7.26 | 23.03 | - |
| YUV | 78.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 133 | 0.27 | 0.56 | 0 | 0.48 | 271.2 | 0.39 | 0.37 |
| Hex | 61 | 3A | 85 | 1B | 38 | 0 | 30 | 10F | 27 | 25 |
| Octal | 141 | 72 | 205 | 33 | 70 | 0 | 60 | 417 | 47 | 45 |
| Binary | 1100001 | 111010 | 10000101 | 11011 | 111000 | 0 | 110000 | 100001111 | 100111 | 100101 |
Color Harmonies of #613A85
Complementary color
Monochromatic Colors of #613A85
Black with #613A85
Text Example
Text Example
White with #613A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A85; }
p { color: rgb(97,58,133); }
H1.HeaderClassName
{
color: #613A85;
}
.AnyTagClassName
{
color: #613A85;
}
</style>
background-color css
<style>
a { background-color: #613A85; }
a { background-color: rgb(97,58,133); }
div.DivClassName
{
background-color: #613A85;
}
.BgClassName
{
background-color: #613A85;
}
</style>
border-color css
<style>
span { border-color: #613A85; }
span { border-color: rgb(97,58,133); }
td.TdClassName
{
border-color: #613A85;
}
.TagClassName
{
border-color: #613A85;
}
</style>