Shades of Kingfisher Daisy #613C82
Tints of Kingfisher Daisy #613C82
RGB
CMYK
RGB Variations
Color information
#613C82 (or 0x613C82) is known color: Kingfisher Daisy. HEX triplet: 61, 3C and 82. RGB value is (97,60,130). Sum of RGB (Red+Green+Blue) = 97+60+130=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #613C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613C82 is #9EC37D. Grayscale: #4E4E4E. Windows color (decimal): -10404734 or 8535137. OLE color: 8535137.
HSL color Cylindrical-coordinate representation of color #613C82: hue angle of 271.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #613C82 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 60 | 130 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.49 |
| HSL | 271.71º | 0.37% | 0.37% | - |
| HSV(B) | 271.71º | 0.54% | 0.51% | - |
| XYZ | 10.57 | 7.38 | 21.99 | - |
| YUV | 79.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 130 | 0.25 | 0.54 | 0 | 0.49 | 271.71 | 0.37 | 0.37 |
| Hex | 61 | 3C | 82 | 19 | 36 | 0 | 31 | 110 | 25 | 25 |
| Octal | 141 | 74 | 202 | 31 | 66 | 0 | 61 | 420 | 45 | 45 |
| Binary | 1100001 | 111100 | 10000010 | 11001 | 110110 | 0 | 110001 | 100010000 | 100101 | 100101 |
Color Harmonies of #613C82
Complementary color
Monochromatic Colors of #613C82
Black with #613C82
Text Example
Text Example
White with #613C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C82; }
p { color: rgb(97,60,130); }
H1.HeaderClassName
{
color: #613C82;
}
.AnyTagClassName
{
color: #613C82;
}
</style>
background-color css
<style>
a { background-color: #613C82; }
a { background-color: rgb(97,60,130); }
div.DivClassName
{
background-color: #613C82;
}
.BgClassName
{
background-color: #613C82;
}
</style>
border-color css
<style>
span { border-color: #613C82; }
span { border-color: rgb(97,60,130); }
td.TdClassName
{
border-color: #613C82;
}
.TagClassName
{
border-color: #613C82;
}
</style>