Shades of Kingfisher Daisy #60227F
Tints of Kingfisher Daisy #60227F
RGB
CMYK
RGB Variations
Color information
#60227F (or 0x60227F) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 7F. RGB value is (96,34,127). Sum of RGB (Red+Green+Blue) = 96+34+127=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #60227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60227F is #9FDD80. Grayscale: #3E3E3E. Windows color (decimal): -10476929 or 8331872. OLE color: 8331872.
HSL color Cylindrical-coordinate representation of color #60227F: hue angle of 280º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60227F is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 34 | 127 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.50 |
| HSL | 280º | 0.58% | 0.32% | - |
| HSV(B) | 280º | 0.73% | 0.5% | - |
| XYZ | 9.23 | 5.16 | 20.59 | - |
| YUV | 63.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 127 | 0.24 | 0.73 | 0 | 0.50 | 280 | 0.58 | 0.32 |
| Hex | 60 | 22 | 7F | 18 | 49 | 0 | 32 | 118 | 3A | 20 |
| Octal | 140 | 42 | 177 | 30 | 111 | 0 | 62 | 430 | 72 | 40 |
| Binary | 1100000 | 100010 | 1111111 | 11000 | 1001001 | 0 | 110010 | 100011000 | 111010 | 100000 |
Color Harmonies of #60227F
Complementary color
Monochromatic Colors of #60227F
Black with #60227F
Text Example
Text Example
White with #60227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60227F; }
p { color: rgb(96,34,127); }
H1.HeaderClassName
{
color: #60227F;
}
.AnyTagClassName
{
color: #60227F;
}
</style>
background-color css
<style>
a { background-color: #60227F; }
a { background-color: rgb(96,34,127); }
div.DivClassName
{
background-color: #60227F;
}
.BgClassName
{
background-color: #60227F;
}
</style>
border-color css
<style>
span { border-color: #60227F; }
span { border-color: rgb(96,34,127); }
td.TdClassName
{
border-color: #60227F;
}
.TagClassName
{
border-color: #60227F;
}
</style>