Shades of Kingfisher Daisy #60308B
Tints of Kingfisher Daisy #60308B
RGB
CMYK
RGB Variations
Color information
#60308B (or 0x60308B) is known color: Kingfisher Daisy. HEX triplet: 60, 30 and 8B. RGB value is (96,48,139). Sum of RGB (Red+Green+Blue) = 96+48+139=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #60308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60308B is #9FCF74. Grayscale: #484848. Windows color (decimal): -10473333 or 9121888. OLE color: 9121888.
HSL color Cylindrical-coordinate representation of color #60308B: hue angle of 271.65º degrees, saturation: 0.49, 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 #60308B is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 48 | 139 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.45 |
| HSL | 271.65º | 0.49% | 0.37% | - |
| HSV(B) | 271.65º | 0.65% | 0.55% | - |
| XYZ | 10.54 | 6.46 | 25.12 | - |
| YUV | 72.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 139 | 0.31 | 0.65 | 0 | 0.45 | 271.65 | 0.49 | 0.37 |
| Hex | 60 | 30 | 8B | 1F | 41 | 0 | 2D | 110 | 31 | 25 |
| Octal | 140 | 60 | 213 | 37 | 101 | 0 | 55 | 420 | 61 | 45 |
| Binary | 1100000 | 110000 | 10001011 | 11111 | 1000001 | 0 | 101101 | 100010000 | 110001 | 100101 |
Color Harmonies of #60308B
Complementary color
Monochromatic Colors of #60308B
Black with #60308B
Text Example
Text Example
White with #60308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60308B; }
p { color: rgb(96,48,139); }
H1.HeaderClassName
{
color: #60308B;
}
.AnyTagClassName
{
color: #60308B;
}
</style>
background-color css
<style>
a { background-color: #60308B; }
a { background-color: rgb(96,48,139); }
div.DivClassName
{
background-color: #60308B;
}
.BgClassName
{
background-color: #60308B;
}
</style>
border-color css
<style>
span { border-color: #60308B; }
span { border-color: rgb(96,48,139); }
td.TdClassName
{
border-color: #60308B;
}
.TagClassName
{
border-color: #60308B;
}
</style>