Shades of Kingfisher Daisy #60358B
Tints of Kingfisher Daisy #60358B
RGB
CMYK
RGB Variations
Color information
#60358B (or 0x60358B) is known color: Kingfisher Daisy. HEX triplet: 60, 35 and 8B. RGB value is (96,53,139). Sum of RGB (Red+Green+Blue) = 96+53+139=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #60358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60358B is #9FCA74. Grayscale: #4B4B4B. Windows color (decimal): -10472053 or 9123168. OLE color: 9123168.
HSL color Cylindrical-coordinate representation of color #60358B: hue angle of 270º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60358B is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 53 | 139 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.45 |
| HSL | 270º | 0.45% | 0.38% | - |
| HSV(B) | 270º | 0.62% | 0.55% | - |
| XYZ | 10.76 | 6.9 | 25.19 | - |
| YUV | 75.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 139 | 0.31 | 0.62 | 0 | 0.45 | 270 | 0.45 | 0.38 |
| Hex | 60 | 35 | 8B | 1F | 3E | 0 | 2D | 10E | 2D | 26 |
| Octal | 140 | 65 | 213 | 37 | 76 | 0 | 55 | 416 | 55 | 46 |
| Binary | 1100000 | 110101 | 10001011 | 11111 | 111110 | 0 | 101101 | 100001110 | 101101 | 100110 |
Color Harmonies of #60358B
Complementary color
Monochromatic Colors of #60358B
Black with #60358B
Text Example
Text Example
White with #60358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60358B; }
p { color: rgb(96,53,139); }
H1.HeaderClassName
{
color: #60358B;
}
.AnyTagClassName
{
color: #60358B;
}
</style>
background-color css
<style>
a { background-color: #60358B; }
a { background-color: rgb(96,53,139); }
div.DivClassName
{
background-color: #60358B;
}
.BgClassName
{
background-color: #60358B;
}
</style>
border-color css
<style>
span { border-color: #60358B; }
span { border-color: rgb(96,53,139); }
td.TdClassName
{
border-color: #60358B;
}
.TagClassName
{
border-color: #60358B;
}
</style>