Shades of Kingfisher Daisy #60318B
Tints of Kingfisher Daisy #60318B
RGB
CMYK
RGB Variations
Color information
#60318B (or 0x60318B) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 8B. RGB value is (96,49,139). Sum of RGB (Red+Green+Blue) = 96+49+139=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #60318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60318B is #9FCE74. Grayscale: #494949. Windows color (decimal): -10473077 or 9122144. OLE color: 9122144.
HSL color Cylindrical-coordinate representation of color #60318B: hue angle of 271.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60318B is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 49 | 139 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.45 |
| HSL | 271.33º | 0.48% | 0.37% | - |
| HSV(B) | 271.33º | 0.65% | 0.55% | - |
| XYZ | 10.58 | 6.55 | 25.13 | - |
| YUV | 73.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 139 | 0.31 | 0.65 | 0 | 0.45 | 271.33 | 0.48 | 0.37 |
| Hex | 60 | 31 | 8B | 1F | 41 | 0 | 2D | 10F | 30 | 25 |
| Octal | 140 | 61 | 213 | 37 | 101 | 0 | 55 | 417 | 60 | 45 |
| Binary | 1100000 | 110001 | 10001011 | 11111 | 1000001 | 0 | 101101 | 100001111 | 110000 | 100101 |
Color Harmonies of #60318B
Complementary color
Monochromatic Colors of #60318B
Black with #60318B
Text Example
Text Example
White with #60318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60318B; }
p { color: rgb(96,49,139); }
H1.HeaderClassName
{
color: #60318B;
}
.AnyTagClassName
{
color: #60318B;
}
</style>
background-color css
<style>
a { background-color: #60318B; }
a { background-color: rgb(96,49,139); }
div.DivClassName
{
background-color: #60318B;
}
.BgClassName
{
background-color: #60318B;
}
</style>
border-color css
<style>
span { border-color: #60318B; }
span { border-color: rgb(96,49,139); }
td.TdClassName
{
border-color: #60318B;
}
.TagClassName
{
border-color: #60318B;
}
</style>