Shades of Kingfisher Daisy #612D8B
Tints of Kingfisher Daisy #612D8B
RGB
CMYK
RGB Variations
Color information
#612D8B (or 0x612D8B) is known color: Kingfisher Daisy. HEX triplet: 61, 2D and 8B. RGB value is (97,45,139). Sum of RGB (Red+Green+Blue) = 97+45+139=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #612D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D8B is #9ED274. Grayscale: #464646. Windows color (decimal): -10408565 or 9121121. OLE color: 9121121.
HSL color Cylindrical-coordinate representation of color #612D8B: hue angle of 273.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612D8B is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 45 | 139 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.45 |
| HSL | 273.19º | 0.51% | 0.36% | - |
| HSV(B) | 273.19º | 0.68% | 0.55% | - |
| XYZ | 10.53 | 6.28 | 25.08 | - |
| YUV | 71.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 139 | 0.30 | 0.68 | 0 | 0.45 | 273.19 | 0.51 | 0.36 |
| Hex | 61 | 2D | 8B | 1E | 44 | 0 | 2D | 111 | 33 | 24 |
| Octal | 141 | 55 | 213 | 36 | 104 | 0 | 55 | 421 | 63 | 44 |
| Binary | 1100001 | 101101 | 10001011 | 11110 | 1000100 | 0 | 101101 | 100010001 | 110011 | 100100 |
Color Harmonies of #612D8B
Complementary color
Monochromatic Colors of #612D8B
Black with #612D8B
Text Example
Text Example
White with #612D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D8B; }
p { color: rgb(97,45,139); }
H1.HeaderClassName
{
color: #612D8B;
}
.AnyTagClassName
{
color: #612D8B;
}
</style>
background-color css
<style>
a { background-color: #612D8B; }
a { background-color: rgb(97,45,139); }
div.DivClassName
{
background-color: #612D8B;
}
.BgClassName
{
background-color: #612D8B;
}
</style>
border-color css
<style>
span { border-color: #612D8B; }
span { border-color: rgb(97,45,139); }
td.TdClassName
{
border-color: #612D8B;
}
.TagClassName
{
border-color: #612D8B;
}
</style>