Shades of Kingfisher Daisy #60268D
Tints of Kingfisher Daisy #60268D
RGB
CMYK
RGB Variations
Color information
#60268D (or 0x60268D) is known color: Kingfisher Daisy. HEX triplet: 60, 26 and 8D. RGB value is (96,38,141). Sum of RGB (Red+Green+Blue) = 96+38+141=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #60268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60268D is #9FD972. Grayscale: #424242. Windows color (decimal): -10475891 or 9250400. OLE color: 9250400.
HSL color Cylindrical-coordinate representation of color #60268D: hue angle of 273.79º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60268D is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 38 | 141 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.45 |
| HSL | 273.79º | 0.58% | 0.35% | - |
| HSV(B) | 273.79º | 0.73% | 0.55% | - |
| XYZ | 10.32 | 5.8 | 25.77 | - |
| YUV | 67.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 141 | 0.32 | 0.73 | 0 | 0.45 | 273.79 | 0.58 | 0.35 |
| Hex | 60 | 26 | 8D | 20 | 49 | 0 | 2D | 112 | 3A | 23 |
| Octal | 140 | 46 | 215 | 40 | 111 | 0 | 55 | 422 | 72 | 43 |
| Binary | 1100000 | 100110 | 10001101 | 100000 | 1001001 | 0 | 101101 | 100010010 | 111010 | 100011 |
Color Harmonies of #60268D
Complementary color
Monochromatic Colors of #60268D
Black with #60268D
Text Example
Text Example
White with #60268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60268D; }
p { color: rgb(96,38,141); }
H1.HeaderClassName
{
color: #60268D;
}
.AnyTagClassName
{
color: #60268D;
}
</style>
background-color css
<style>
a { background-color: #60268D; }
a { background-color: rgb(96,38,141); }
div.DivClassName
{
background-color: #60268D;
}
.BgClassName
{
background-color: #60268D;
}
</style>
border-color css
<style>
span { border-color: #60268D; }
span { border-color: rgb(96,38,141); }
td.TdClassName
{
border-color: #60268D;
}
.TagClassName
{
border-color: #60268D;
}
</style>