Shades of Kingfisher Daisy #60348C
Tints of Kingfisher Daisy #60348C
RGB
CMYK
RGB Variations
Color information
#60348C (or 0x60348C) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 8C. RGB value is (96,52,140). Sum of RGB (Red+Green+Blue) = 96+52+140=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #60348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60348C is #9FCB73. Grayscale: #4A4A4A. Windows color (decimal): -10472308 or 9188448. OLE color: 9188448.
HSL color Cylindrical-coordinate representation of color #60348C: hue angle of 270º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60348C is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 52 | 140 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.45 |
| HSL | 270º | 0.46% | 0.38% | - |
| HSV(B) | 270º | 0.63% | 0.55% | - |
| XYZ | 10.79 | 6.84 | 25.56 | - |
| YUV | 75.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 140 | 0.31 | 0.63 | 0 | 0.45 | 270 | 0.46 | 0.38 |
| Hex | 60 | 34 | 8C | 1F | 3F | 0 | 2D | 10E | 2E | 26 |
| Octal | 140 | 64 | 214 | 37 | 77 | 0 | 55 | 416 | 56 | 46 |
| Binary | 1100000 | 110100 | 10001100 | 11111 | 111111 | 0 | 101101 | 100001110 | 101110 | 100110 |
Color Harmonies of #60348C
Complementary color
Monochromatic Colors of #60348C
Black with #60348C
Text Example
Text Example
White with #60348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60348C; }
p { color: rgb(96,52,140); }
H1.HeaderClassName
{
color: #60348C;
}
.AnyTagClassName
{
color: #60348C;
}
</style>
background-color css
<style>
a { background-color: #60348C; }
a { background-color: rgb(96,52,140); }
div.DivClassName
{
background-color: #60348C;
}
.BgClassName
{
background-color: #60348C;
}
</style>
border-color css
<style>
span { border-color: #60348C; }
span { border-color: rgb(96,52,140); }
td.TdClassName
{
border-color: #60348C;
}
.TagClassName
{
border-color: #60348C;
}
</style>