Shades of Kingfisher Daisy #60397E
Tints of Kingfisher Daisy #60397E
RGB
CMYK
RGB Variations
Color information
#60397E (or 0x60397E) is known color: Kingfisher Daisy. HEX triplet: 60, 39 and 7E. RGB value is (96,57,126). Sum of RGB (Red+Green+Blue) = 96+57+126=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #60397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60397E is #9FC681. Grayscale: #4C4C4C. Windows color (decimal): -10471042 or 8272224. OLE color: 8272224.
HSL color Cylindrical-coordinate representation of color #60397E: hue angle of 273.91º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60397E is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 57 | 126 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.51 |
| HSL | 273.91º | 0.38% | 0.36% | - |
| HSV(B) | 273.91º | 0.55% | 0.49% | - |
| XYZ | 10.05 | 6.92 | 20.54 | - |
| YUV | 76.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 126 | 0.24 | 0.55 | 0 | 0.51 | 273.91 | 0.38 | 0.36 |
| Hex | 60 | 39 | 7E | 18 | 37 | 0 | 33 | 112 | 26 | 24 |
| Octal | 140 | 71 | 176 | 30 | 67 | 0 | 63 | 422 | 46 | 44 |
| Binary | 1100000 | 111001 | 1111110 | 11000 | 110111 | 0 | 110011 | 100010010 | 100110 | 100100 |
Color Harmonies of #60397E
Complementary color
Monochromatic Colors of #60397E
Black with #60397E
Text Example
Text Example
White with #60397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60397E; }
p { color: rgb(96,57,126); }
H1.HeaderClassName
{
color: #60397E;
}
.AnyTagClassName
{
color: #60397E;
}
</style>
background-color css
<style>
a { background-color: #60397E; }
a { background-color: rgb(96,57,126); }
div.DivClassName
{
background-color: #60397E;
}
.BgClassName
{
background-color: #60397E;
}
</style>
border-color css
<style>
span { border-color: #60397E; }
span { border-color: rgb(96,57,126); }
td.TdClassName
{
border-color: #60397E;
}
.TagClassName
{
border-color: #60397E;
}
</style>