Shades of Kingfisher Daisy #60387B
Tints of Kingfisher Daisy #60387B
RGB
CMYK
RGB Variations
Color information
#60387B (or 0x60387B) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 7B. RGB value is (96,56,123). Sum of RGB (Red+Green+Blue) = 96+56+123=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #60387B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60387B is #9FC784. Grayscale: #4B4B4B. Windows color (decimal): -10471301 or 8075360. OLE color: 8075360.
HSL color Cylindrical-coordinate representation of color #60387B: hue angle of 275.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60387B is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 56 | 123 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.52 |
| HSL | 275.82º | 0.37% | 0.35% | - |
| HSV(B) | 275.82º | 0.54% | 0.48% | - |
| XYZ | 9.81 | 6.75 | 19.52 | - |
| YUV | 75.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 123 | 0.22 | 0.54 | 0 | 0.52 | 275.82 | 0.37 | 0.35 |
| Hex | 60 | 38 | 7B | 16 | 36 | 0 | 34 | 114 | 25 | 23 |
| Octal | 140 | 70 | 173 | 26 | 66 | 0 | 64 | 424 | 45 | 43 |
| Binary | 1100000 | 111000 | 1111011 | 10110 | 110110 | 0 | 110100 | 100010100 | 100101 | 100011 |
Color Harmonies of #60387B
Complementary color
Monochromatic Colors of #60387B
Black with #60387B
Text Example
Text Example
White with #60387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60387B; }
p { color: rgb(96,56,123); }
H1.HeaderClassName
{
color: #60387B;
}
.AnyTagClassName
{
color: #60387B;
}
</style>
background-color css
<style>
a { background-color: #60387B; }
a { background-color: rgb(96,56,123); }
div.DivClassName
{
background-color: #60387B;
}
.BgClassName
{
background-color: #60387B;
}
</style>
border-color css
<style>
span { border-color: #60387B; }
span { border-color: rgb(96,56,123); }
td.TdClassName
{
border-color: #60387B;
}
.TagClassName
{
border-color: #60387B;
}
</style>