Shades of Kingfisher Daisy #60377C
Tints of Kingfisher Daisy #60377C
RGB
CMYK
RGB Variations
Color information
#60377C (or 0x60377C) is known color: Kingfisher Daisy. HEX triplet: 60, 37 and 7C. RGB value is (96,55,124). Sum of RGB (Red+Green+Blue) = 96+55+124=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #60377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60377C is #9FC883. Grayscale: #4A4A4A. Windows color (decimal): -10471556 or 8140640. OLE color: 8140640.
HSL color Cylindrical-coordinate representation of color #60377C: hue angle of 275.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60377C is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 55 | 124 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.51 |
| HSL | 275.65º | 0.39% | 0.35% | - |
| HSV(B) | 275.65º | 0.56% | 0.49% | - |
| XYZ | 9.83 | 6.67 | 19.84 | - |
| YUV | 75.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 124 | 0.23 | 0.56 | 0 | 0.51 | 275.65 | 0.39 | 0.35 |
| Hex | 60 | 37 | 7C | 17 | 38 | 0 | 33 | 114 | 27 | 23 |
| Octal | 140 | 67 | 174 | 27 | 70 | 0 | 63 | 424 | 47 | 43 |
| Binary | 1100000 | 110111 | 1111100 | 10111 | 111000 | 0 | 110011 | 100010100 | 100111 | 100011 |
Color Harmonies of #60377C
Complementary color
Monochromatic Colors of #60377C
Black with #60377C
Text Example
Text Example
White with #60377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60377C; }
p { color: rgb(96,55,124); }
H1.HeaderClassName
{
color: #60377C;
}
.AnyTagClassName
{
color: #60377C;
}
</style>
background-color css
<style>
a { background-color: #60377C; }
a { background-color: rgb(96,55,124); }
div.DivClassName
{
background-color: #60377C;
}
.BgClassName
{
background-color: #60377C;
}
</style>
border-color css
<style>
span { border-color: #60377C; }
span { border-color: rgb(96,55,124); }
td.TdClassName
{
border-color: #60377C;
}
.TagClassName
{
border-color: #60377C;
}
</style>