Shades of Kingfisher Daisy #60268E
Tints of Kingfisher Daisy #60268E
RGB
CMYK
RGB Variations
Color information
#60268E (or 0x60268E) is known color: Kingfisher Daisy. HEX triplet: 60, 26 and 8E. RGB value is (96,38,142). Sum of RGB (Red+Green+Blue) = 96+38+142=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #60268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60268E is #9FD971. Grayscale: #424242. Windows color (decimal): -10475890 or 9315936. OLE color: 9315936.
HSL color Cylindrical-coordinate representation of color #60268E: hue angle of 273.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60268E is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 38 | 142 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.44 |
| HSL | 273.46º | 0.58% | 0.35% | - |
| HSV(B) | 273.46º | 0.73% | 0.56% | - |
| XYZ | 10.4 | 5.83 | 26.17 | - |
| YUV | 67.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 142 | 0.32 | 0.73 | 0 | 0.44 | 273.46 | 0.58 | 0.35 |
| Hex | 60 | 26 | 8E | 20 | 49 | 0 | 2C | 111 | 3A | 23 |
| Octal | 140 | 46 | 216 | 40 | 111 | 0 | 54 | 421 | 72 | 43 |
| Binary | 1100000 | 100110 | 10001110 | 100000 | 1001001 | 0 | 101100 | 100010001 | 111010 | 100011 |
Color Harmonies of #60268E
Complementary color
Monochromatic Colors of #60268E
Black with #60268E
Text Example
Text Example
White with #60268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60268E; }
p { color: rgb(96,38,142); }
H1.HeaderClassName
{
color: #60268E;
}
.AnyTagClassName
{
color: #60268E;
}
</style>
background-color css
<style>
a { background-color: #60268E; }
a { background-color: rgb(96,38,142); }
div.DivClassName
{
background-color: #60268E;
}
.BgClassName
{
background-color: #60268E;
}
</style>
border-color css
<style>
span { border-color: #60268E; }
span { border-color: rgb(96,38,142); }
td.TdClassName
{
border-color: #60268E;
}
.TagClassName
{
border-color: #60268E;
}
</style>