Shades of Kingfisher Daisy #60348B
Tints of Kingfisher Daisy #60348B
RGB
CMYK
RGB Variations
Color information
#60348B (or 0x60348B) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 8B. RGB value is (96,52,139). Sum of RGB (Red+Green+Blue) = 96+52+139=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #60348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60348B is #9FCB74. Grayscale: #4A4A4A. Windows color (decimal): -10472309 or 9122912. OLE color: 9122912.
HSL color Cylindrical-coordinate representation of color #60348B: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60348B is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 52 | 139 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.45 |
| HSL | 270.34º | 0.46% | 0.37% | - |
| HSV(B) | 270.34º | 0.63% | 0.55% | - |
| XYZ | 10.71 | 6.81 | 25.18 | - |
| YUV | 75.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 139 | 0.31 | 0.63 | 0 | 0.45 | 270.34 | 0.46 | 0.37 |
| Hex | 60 | 34 | 8B | 1F | 3F | 0 | 2D | 10E | 2E | 25 |
| Octal | 140 | 64 | 213 | 37 | 77 | 0 | 55 | 416 | 56 | 45 |
| Binary | 1100000 | 110100 | 10001011 | 11111 | 111111 | 0 | 101101 | 100001110 | 101110 | 100101 |
Color Harmonies of #60348B
Complementary color
Monochromatic Colors of #60348B
Black with #60348B
Text Example
Text Example
White with #60348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60348B; }
p { color: rgb(96,52,139); }
H1.HeaderClassName
{
color: #60348B;
}
.AnyTagClassName
{
color: #60348B;
}
</style>
background-color css
<style>
a { background-color: #60348B; }
a { background-color: rgb(96,52,139); }
div.DivClassName
{
background-color: #60348B;
}
.BgClassName
{
background-color: #60348B;
}
</style>
border-color css
<style>
span { border-color: #60348B; }
span { border-color: rgb(96,52,139); }
td.TdClassName
{
border-color: #60348B;
}
.TagClassName
{
border-color: #60348B;
}
</style>