Shades of Kingfisher Daisy #60227E
Tints of Kingfisher Daisy #60227E
RGB
CMYK
RGB Variations
Color information
#60227E (or 0x60227E) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 7E. RGB value is (96,34,126). Sum of RGB (Red+Green+Blue) = 96+34+126=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #60227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60227E is #9FDD81. Grayscale: #3E3E3E. Windows color (decimal): -10476930 or 8266336. OLE color: 8266336.
HSL color Cylindrical-coordinate representation of color #60227E: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60227E is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 34 | 126 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.51 |
| HSL | 280.43º | 0.58% | 0.31% | - |
| HSV(B) | 280.43º | 0.73% | 0.49% | - |
| XYZ | 9.16 | 5.14 | 20.25 | - |
| YUV | 63.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 126 | 0.24 | 0.73 | 0 | 0.51 | 280.43 | 0.58 | 0.31 |
| Hex | 60 | 22 | 7E | 18 | 49 | 0 | 33 | 118 | 3A | 1F |
| Octal | 140 | 42 | 176 | 30 | 111 | 0 | 63 | 430 | 72 | 37 |
| Binary | 1100000 | 100010 | 1111110 | 11000 | 1001001 | 0 | 110011 | 100011000 | 111010 | 11111 |
Color Harmonies of #60227E
Complementary color
Monochromatic Colors of #60227E
Black with #60227E
Text Example
Text Example
White with #60227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60227E; }
p { color: rgb(96,34,126); }
H1.HeaderClassName
{
color: #60227E;
}
.AnyTagClassName
{
color: #60227E;
}
</style>
background-color css
<style>
a { background-color: #60227E; }
a { background-color: rgb(96,34,126); }
div.DivClassName
{
background-color: #60227E;
}
.BgClassName
{
background-color: #60227E;
}
</style>
border-color css
<style>
span { border-color: #60227E; }
span { border-color: rgb(96,34,126); }
td.TdClassName
{
border-color: #60227E;
}
.TagClassName
{
border-color: #60227E;
}
</style>