Shades of Kingfisher Daisy #612D90
Tints of Kingfisher Daisy #612D90
RGB
CMYK
RGB Variations
Color information
#612D90 (or 0x612D90) is known color: Kingfisher Daisy. HEX triplet: 61, 2D and 90. RGB value is (97,45,144). Sum of RGB (Red+Green+Blue) = 97+45+144=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #612D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D90 is #9ED26F. Grayscale: #474747. Windows color (decimal): -10408560 or 9448801. OLE color: 9448801.
HSL color Cylindrical-coordinate representation of color #612D90: hue angle of 271.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612D90 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 45 | 144 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.44 |
| HSL | 271.52º | 0.52% | 0.37% | - |
| HSV(B) | 271.52º | 0.69% | 0.56% | - |
| XYZ | 10.9 | 6.43 | 27.05 | - |
| YUV | 71.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 144 | 0.33 | 0.69 | 0 | 0.44 | 271.52 | 0.52 | 0.37 |
| Hex | 61 | 2D | 90 | 21 | 45 | 0 | 2C | 110 | 34 | 25 |
| Octal | 141 | 55 | 220 | 41 | 105 | 0 | 54 | 420 | 64 | 45 |
| Binary | 1100001 | 101101 | 10010000 | 100001 | 1000101 | 0 | 101100 | 100010000 | 110100 | 100101 |
Color Harmonies of #612D90
Complementary color
Monochromatic Colors of #612D90
Black with #612D90
Text Example
Text Example
White with #612D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D90; }
p { color: rgb(97,45,144); }
H1.HeaderClassName
{
color: #612D90;
}
.AnyTagClassName
{
color: #612D90;
}
</style>
background-color css
<style>
a { background-color: #612D90; }
a { background-color: rgb(97,45,144); }
div.DivClassName
{
background-color: #612D90;
}
.BgClassName
{
background-color: #612D90;
}
</style>
border-color css
<style>
span { border-color: #612D90; }
span { border-color: rgb(97,45,144); }
td.TdClassName
{
border-color: #612D90;
}
.TagClassName
{
border-color: #612D90;
}
</style>