Shades of Kingfisher Daisy #613D82
Tints of Kingfisher Daisy #613D82
RGB
CMYK
RGB Variations
Color information
#613D82 (or 0x613D82) is known color: Kingfisher Daisy. HEX triplet: 61, 3D and 82. RGB value is (97,61,130). Sum of RGB (Red+Green+Blue) = 97+61+130=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #613D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613D82 is #9EC27D. Grayscale: #4F4F4F. Windows color (decimal): -10404478 or 8535393. OLE color: 8535393.
HSL color Cylindrical-coordinate representation of color #613D82: hue angle of 271.3º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #613D82 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 61 | 130 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.49 |
| HSL | 271.3º | 0.36% | 0.37% | - |
| HSV(B) | 271.3º | 0.53% | 0.51% | - |
| XYZ | 10.63 | 7.49 | 22 | - |
| YUV | 79.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 130 | 0.25 | 0.53 | 0 | 0.49 | 271.3 | 0.36 | 0.37 |
| Hex | 61 | 3D | 82 | 19 | 35 | 0 | 31 | 10F | 24 | 25 |
| Octal | 141 | 75 | 202 | 31 | 65 | 0 | 61 | 417 | 44 | 45 |
| Binary | 1100001 | 111101 | 10000010 | 11001 | 110101 | 0 | 110001 | 100001111 | 100100 | 100101 |
Color Harmonies of #613D82
Complementary color
Monochromatic Colors of #613D82
Black with #613D82
Text Example
Text Example
White with #613D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D82; }
p { color: rgb(97,61,130); }
H1.HeaderClassName
{
color: #613D82;
}
.AnyTagClassName
{
color: #613D82;
}
</style>
background-color css
<style>
a { background-color: #613D82; }
a { background-color: rgb(97,61,130); }
div.DivClassName
{
background-color: #613D82;
}
.BgClassName
{
background-color: #613D82;
}
</style>
border-color css
<style>
span { border-color: #613D82; }
span { border-color: rgb(97,61,130); }
td.TdClassName
{
border-color: #613D82;
}
.TagClassName
{
border-color: #613D82;
}
</style>