Shades of Kingfisher Daisy #613A83
Tints of Kingfisher Daisy #613A83
RGB
CMYK
RGB Variations
Color information
#613A83 (or 0x613A83) is known color: Kingfisher Daisy. HEX triplet: 61, 3A and 83. RGB value is (97,58,131). Sum of RGB (Red+Green+Blue) = 97+58+131=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #613A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A83 is #9EC57C. Grayscale: #4D4D4D. Windows color (decimal): -10405245 or 8600161. OLE color: 8600161.
HSL color Cylindrical-coordinate representation of color #613A83: hue angle of 272.05º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613A83 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 58 | 131 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.49 |
| HSL | 272.05º | 0.39% | 0.37% | - |
| HSV(B) | 272.05º | 0.56% | 0.51% | - |
| XYZ | 10.54 | 7.21 | 22.31 | - |
| YUV | 77.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 131 | 0.26 | 0.56 | 0 | 0.49 | 272.05 | 0.39 | 0.37 |
| Hex | 61 | 3A | 83 | 1A | 38 | 0 | 31 | 110 | 27 | 25 |
| Octal | 141 | 72 | 203 | 32 | 70 | 0 | 61 | 420 | 47 | 45 |
| Binary | 1100001 | 111010 | 10000011 | 11010 | 111000 | 0 | 110001 | 100010000 | 100111 | 100101 |
Color Harmonies of #613A83
Complementary color
Monochromatic Colors of #613A83
Black with #613A83
Text Example
Text Example
White with #613A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A83; }
p { color: rgb(97,58,131); }
H1.HeaderClassName
{
color: #613A83;
}
.AnyTagClassName
{
color: #613A83;
}
</style>
background-color css
<style>
a { background-color: #613A83; }
a { background-color: rgb(97,58,131); }
div.DivClassName
{
background-color: #613A83;
}
.BgClassName
{
background-color: #613A83;
}
</style>
border-color css
<style>
span { border-color: #613A83; }
span { border-color: rgb(97,58,131); }
td.TdClassName
{
border-color: #613A83;
}
.TagClassName
{
border-color: #613A83;
}
</style>