Shades of Kingfisher Daisy #60207F
Tints of Kingfisher Daisy #60207F
RGB
CMYK
RGB Variations
Color information
#60207F (or 0x60207F) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 7F. RGB value is (96,32,127). Sum of RGB (Red+Green+Blue) = 96+32+127=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #60207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60207F is #9FDF80. Grayscale: #3D3D3D. Windows color (decimal): -10477441 or 8331360. OLE color: 8331360.
HSL color Cylindrical-coordinate representation of color #60207F: hue angle of 280.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60207F is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 32 | 127 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.50 |
| HSL | 280.42º | 0.6% | 0.31% | - |
| HSV(B) | 280.42º | 0.75% | 0.5% | - |
| XYZ | 9.17 | 5.05 | 20.57 | - |
| YUV | 61.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 127 | 0.24 | 0.75 | 0 | 0.50 | 280.42 | 0.6 | 0.31 |
| Hex | 60 | 20 | 7F | 18 | 4B | 0 | 32 | 118 | 3C | 1F |
| Octal | 140 | 40 | 177 | 30 | 113 | 0 | 62 | 430 | 74 | 37 |
| Binary | 1100000 | 100000 | 1111111 | 11000 | 1001011 | 0 | 110010 | 100011000 | 111100 | 11111 |
Color Harmonies of #60207F
Complementary color
Monochromatic Colors of #60207F
Black with #60207F
Text Example
Text Example
White with #60207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60207F; }
p { color: rgb(96,32,127); }
H1.HeaderClassName
{
color: #60207F;
}
.AnyTagClassName
{
color: #60207F;
}
</style>
background-color css
<style>
a { background-color: #60207F; }
a { background-color: rgb(96,32,127); }
div.DivClassName
{
background-color: #60207F;
}
.BgClassName
{
background-color: #60207F;
}
</style>
border-color css
<style>
span { border-color: #60207F; }
span { border-color: rgb(96,32,127); }
td.TdClassName
{
border-color: #60207F;
}
.TagClassName
{
border-color: #60207F;
}
</style>