Shades of Kingfisher Daisy #60308D
Tints of Kingfisher Daisy #60308D
RGB
CMYK
RGB Variations
Color information
#60308D (or 0x60308D) is known color: Kingfisher Daisy. HEX triplet: 60, 30 and 8D. RGB value is (96,48,141). Sum of RGB (Red+Green+Blue) = 96+48+141=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #60308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60308D is #9FCF72. Grayscale: #484848. Windows color (decimal): -10473331 or 9252960. OLE color: 9252960.
HSL color Cylindrical-coordinate representation of color #60308D: hue angle of 270.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60308D is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 48 | 141 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.45 |
| HSL | 270.97º | 0.49% | 0.37% | - |
| HSV(B) | 270.97º | 0.66% | 0.55% | - |
| XYZ | 10.69 | 6.52 | 25.9 | - |
| YUV | 72.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 141 | 0.32 | 0.66 | 0 | 0.45 | 270.97 | 0.49 | 0.37 |
| Hex | 60 | 30 | 8D | 20 | 42 | 0 | 2D | 10F | 31 | 25 |
| Octal | 140 | 60 | 215 | 40 | 102 | 0 | 55 | 417 | 61 | 45 |
| Binary | 1100000 | 110000 | 10001101 | 100000 | 1000010 | 0 | 101101 | 100001111 | 110001 | 100101 |
Color Harmonies of #60308D
Complementary color
Monochromatic Colors of #60308D
Black with #60308D
Text Example
Text Example
White with #60308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60308D; }
p { color: rgb(96,48,141); }
H1.HeaderClassName
{
color: #60308D;
}
.AnyTagClassName
{
color: #60308D;
}
</style>
background-color css
<style>
a { background-color: #60308D; }
a { background-color: rgb(96,48,141); }
div.DivClassName
{
background-color: #60308D;
}
.BgClassName
{
background-color: #60308D;
}
</style>
border-color css
<style>
span { border-color: #60308D; }
span { border-color: rgb(96,48,141); }
td.TdClassName
{
border-color: #60308D;
}
.TagClassName
{
border-color: #60308D;
}
</style>