Shades of Kingfisher Daisy #60277F
Tints of Kingfisher Daisy #60277F
RGB
CMYK
RGB Variations
Color information
#60277F (or 0x60277F) is known color: Kingfisher Daisy. HEX triplet: 60, 27 and 7F. RGB value is (96,39,127). Sum of RGB (Red+Green+Blue) = 96+39+127=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #60277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60277F is #9FD880. Grayscale: #414141. Windows color (decimal): -10475649 or 8333152. OLE color: 8333152.
HSL color Cylindrical-coordinate representation of color #60277F: hue angle of 278.86º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60277F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 39 | 127 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.50 |
| HSL | 278.86º | 0.53% | 0.33% | - |
| HSV(B) | 278.86º | 0.69% | 0.5% | - |
| XYZ | 9.38 | 5.47 | 20.64 | - |
| YUV | 66.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 127 | 0.24 | 0.69 | 0 | 0.50 | 278.86 | 0.53 | 0.33 |
| Hex | 60 | 27 | 7F | 18 | 45 | 0 | 32 | 117 | 35 | 21 |
| Octal | 140 | 47 | 177 | 30 | 105 | 0 | 62 | 427 | 65 | 41 |
| Binary | 1100000 | 100111 | 1111111 | 11000 | 1000101 | 0 | 110010 | 100010111 | 110101 | 100001 |
Color Harmonies of #60277F
Complementary color
Monochromatic Colors of #60277F
Black with #60277F
Text Example
Text Example
White with #60277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60277F; }
p { color: rgb(96,39,127); }
H1.HeaderClassName
{
color: #60277F;
}
.AnyTagClassName
{
color: #60277F;
}
</style>
background-color css
<style>
a { background-color: #60277F; }
a { background-color: rgb(96,39,127); }
div.DivClassName
{
background-color: #60277F;
}
.BgClassName
{
background-color: #60277F;
}
</style>
border-color css
<style>
span { border-color: #60277F; }
span { border-color: rgb(96,39,127); }
td.TdClassName
{
border-color: #60277F;
}
.TagClassName
{
border-color: #60277F;
}
</style>