Shades of Kingfisher Daisy #60348A
Tints of Kingfisher Daisy #60348A
RGB
CMYK
RGB Variations
Color information
#60348A (or 0x60348A) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 8A. RGB value is (96,52,138). Sum of RGB (Red+Green+Blue) = 96+52+138=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #60348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60348A is #9FCB75. Grayscale: #4A4A4A. Windows color (decimal): -10472310 or 9057376. OLE color: 9057376.
HSL color Cylindrical-coordinate representation of color #60348A: hue angle of 270.7º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60348A is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 52 | 138 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.46 |
| HSL | 270.7º | 0.45% | 0.37% | - |
| HSV(B) | 270.7º | 0.62% | 0.54% | - |
| XYZ | 10.64 | 6.78 | 24.79 | - |
| YUV | 74.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 138 | 0.30 | 0.62 | 0 | 0.46 | 270.7 | 0.45 | 0.37 |
| Hex | 60 | 34 | 8A | 1E | 3E | 0 | 2E | 10F | 2D | 25 |
| Octal | 140 | 64 | 212 | 36 | 76 | 0 | 56 | 417 | 55 | 45 |
| Binary | 1100000 | 110100 | 10001010 | 11110 | 111110 | 0 | 101110 | 100001111 | 101101 | 100101 |
Color Harmonies of #60348A
Complementary color
Monochromatic Colors of #60348A
Black with #60348A
Text Example
Text Example
White with #60348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60348A; }
p { color: rgb(96,52,138); }
H1.HeaderClassName
{
color: #60348A;
}
.AnyTagClassName
{
color: #60348A;
}
</style>
background-color css
<style>
a { background-color: #60348A; }
a { background-color: rgb(96,52,138); }
div.DivClassName
{
background-color: #60348A;
}
.BgClassName
{
background-color: #60348A;
}
</style>
border-color css
<style>
span { border-color: #60348A; }
span { border-color: rgb(96,52,138); }
td.TdClassName
{
border-color: #60348A;
}
.TagClassName
{
border-color: #60348A;
}
</style>