Shades of Kingfisher Daisy #60388A
Tints of Kingfisher Daisy #60388A
RGB
CMYK
RGB Variations
Color information
#60388A (or 0x60388A) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 8A. RGB value is (96,56,138). Sum of RGB (Red+Green+Blue) = 96+56+138=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #60388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60388A is #9FC775. Grayscale: #4D4D4D. Windows color (decimal): -10471286 or 9058400. OLE color: 9058400.
HSL color Cylindrical-coordinate representation of color #60388A: hue angle of 269.27º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60388A is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 56 | 138 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.46 |
| HSL | 269.27º | 0.42% | 0.38% | - |
| HSV(B) | 269.27º | 0.59% | 0.54% | - |
| XYZ | 10.83 | 7.15 | 24.85 | - |
| YUV | 77.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 138 | 0.30 | 0.59 | 0 | 0.46 | 269.27 | 0.42 | 0.38 |
| Hex | 60 | 38 | 8A | 1E | 3B | 0 | 2E | 10D | 2A | 26 |
| Octal | 140 | 70 | 212 | 36 | 73 | 0 | 56 | 415 | 52 | 46 |
| Binary | 1100000 | 111000 | 10001010 | 11110 | 111011 | 0 | 101110 | 100001101 | 101010 | 100110 |
Color Harmonies of #60388A
Complementary color
Monochromatic Colors of #60388A
Black with #60388A
Text Example
Text Example
White with #60388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60388A; }
p { color: rgb(96,56,138); }
H1.HeaderClassName
{
color: #60388A;
}
.AnyTagClassName
{
color: #60388A;
}
</style>
background-color css
<style>
a { background-color: #60388A; }
a { background-color: rgb(96,56,138); }
div.DivClassName
{
background-color: #60388A;
}
.BgClassName
{
background-color: #60388A;
}
</style>
border-color css
<style>
span { border-color: #60388A; }
span { border-color: rgb(96,56,138); }
td.TdClassName
{
border-color: #60388A;
}
.TagClassName
{
border-color: #60388A;
}
</style>