Shades of Kingfisher Daisy #612F90
Tints of Kingfisher Daisy #612F90
RGB
CMYK
RGB Variations
Color information
#612F90 (or 0x612F90) is known color: Kingfisher Daisy. HEX triplet: 61, 2F and 90. RGB value is (97,47,144). Sum of RGB (Red+Green+Blue) = 97+47+144=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #612F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F90 is #9ED06F. Grayscale: #484848. Windows color (decimal): -10408048 or 9449313. OLE color: 9449313.
HSL color Cylindrical-coordinate representation of color #612F90: hue angle of 270.93º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612F90 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 47 | 144 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.44 |
| HSL | 270.93º | 0.51% | 0.37% | - |
| HSV(B) | 270.93º | 0.67% | 0.56% | - |
| XYZ | 10.98 | 6.59 | 27.08 | - |
| YUV | 73.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 144 | 0.33 | 0.67 | 0 | 0.44 | 270.93 | 0.51 | 0.37 |
| Hex | 61 | 2F | 90 | 21 | 43 | 0 | 2C | 10F | 33 | 25 |
| Octal | 141 | 57 | 220 | 41 | 103 | 0 | 54 | 417 | 63 | 45 |
| Binary | 1100001 | 101111 | 10010000 | 100001 | 1000011 | 0 | 101100 | 100001111 | 110011 | 100101 |
Color Harmonies of #612F90
Complementary color
Monochromatic Colors of #612F90
Black with #612F90
Text Example
Text Example
White with #612F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612F90; }
p { color: rgb(97,47,144); }
H1.HeaderClassName
{
color: #612F90;
}
.AnyTagClassName
{
color: #612F90;
}
</style>
background-color css
<style>
a { background-color: #612F90; }
a { background-color: rgb(97,47,144); }
div.DivClassName
{
background-color: #612F90;
}
.BgClassName
{
background-color: #612F90;
}
</style>
border-color css
<style>
span { border-color: #612F90; }
span { border-color: rgb(97,47,144); }
td.TdClassName
{
border-color: #612F90;
}
.TagClassName
{
border-color: #612F90;
}
</style>