Shades of Kingfisher Daisy #60437B
Tints of Kingfisher Daisy #60437B
RGB
CMYK
RGB Variations
Color information
#60437B (or 0x60437B) is known color: Kingfisher Daisy. HEX triplet: 60, 43 and 7B. RGB value is (96,67,123). Sum of RGB (Red+Green+Blue) = 96+67+123=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #60437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60437B is #9FBC84. Grayscale: #515151. Windows color (decimal): -10468485 or 8078176. OLE color: 8078176.
HSL color Cylindrical-coordinate representation of color #60437B: hue angle of 271.07º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60437B is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 67 | 123 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.52 |
| HSL | 271.07º | 0.29% | 0.37% | - |
| HSV(B) | 271.07º | 0.46% | 0.48% | - |
| XYZ | 10.41 | 7.93 | 19.72 | - |
| YUV | 82.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 123 | 0.22 | 0.46 | 0 | 0.52 | 271.07 | 0.29 | 0.37 |
| Hex | 60 | 43 | 7B | 16 | 2E | 0 | 34 | 10F | 1D | 25 |
| Octal | 140 | 103 | 173 | 26 | 56 | 0 | 64 | 417 | 35 | 45 |
| Binary | 1100000 | 1000011 | 1111011 | 10110 | 101110 | 0 | 110100 | 100001111 | 11101 | 100101 |
Color Harmonies of #60437B
Complementary color
Monochromatic Colors of #60437B
Black with #60437B
Text Example
Text Example
White with #60437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60437B; }
p { color: rgb(96,67,123); }
H1.HeaderClassName
{
color: #60437B;
}
.AnyTagClassName
{
color: #60437B;
}
</style>
background-color css
<style>
a { background-color: #60437B; }
a { background-color: rgb(96,67,123); }
div.DivClassName
{
background-color: #60437B;
}
.BgClassName
{
background-color: #60437B;
}
</style>
border-color css
<style>
span { border-color: #60437B; }
span { border-color: rgb(96,67,123); }
td.TdClassName
{
border-color: #60437B;
}
.TagClassName
{
border-color: #60437B;
}
</style>