Shades of Kingfisher Daisy #60327C
Tints of Kingfisher Daisy #60327C
RGB
CMYK
RGB Variations
Color information
#60327C (or 0x60327C) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 7C. RGB value is (96,50,124). Sum of RGB (Red+Green+Blue) = 96+50+124=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #60327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60327C is #9FCD83. Grayscale: #474747. Windows color (decimal): -10472836 or 8139360. OLE color: 8139360.
HSL color Cylindrical-coordinate representation of color #60327C: hue angle of 277.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60327C is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 50 | 124 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.51 |
| HSL | 277.3º | 0.43% | 0.34% | - |
| HSV(B) | 277.3º | 0.6% | 0.49% | - |
| XYZ | 9.6 | 6.22 | 19.76 | - |
| YUV | 72.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 124 | 0.23 | 0.60 | 0 | 0.51 | 277.3 | 0.43 | 0.34 |
| Hex | 60 | 32 | 7C | 17 | 3C | 0 | 33 | 115 | 2B | 22 |
| Octal | 140 | 62 | 174 | 27 | 74 | 0 | 63 | 425 | 53 | 42 |
| Binary | 1100000 | 110010 | 1111100 | 10111 | 111100 | 0 | 110011 | 100010101 | 101011 | 100010 |
Color Harmonies of #60327C
Complementary color
Monochromatic Colors of #60327C
Black with #60327C
Text Example
Text Example
White with #60327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60327C; }
p { color: rgb(96,50,124); }
H1.HeaderClassName
{
color: #60327C;
}
.AnyTagClassName
{
color: #60327C;
}
</style>
background-color css
<style>
a { background-color: #60327C; }
a { background-color: rgb(96,50,124); }
div.DivClassName
{
background-color: #60327C;
}
.BgClassName
{
background-color: #60327C;
}
</style>
border-color css
<style>
span { border-color: #60327C; }
span { border-color: rgb(96,50,124); }
td.TdClassName
{
border-color: #60327C;
}
.TagClassName
{
border-color: #60327C;
}
</style>