Shades of Kingfisher Daisy #68298D
Tints of Kingfisher Daisy #68298D
RGB
CMYK
RGB Variations
Color information
#68298D (or 0x68298D) is known color: Kingfisher Daisy. HEX triplet: 68, 29 and 8D. RGB value is (104,41,141). Sum of RGB (Red+Green+Blue) = 104+41+141=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #68298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68298D is #97D672. Grayscale: #464646. Windows color (decimal): -9950835 or 9251176. OLE color: 9251176.
HSL color Cylindrical-coordinate representation of color #68298D: hue angle of 277.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68298D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 41 | 141 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.45 |
| HSL | 277.8º | 0.55% | 0.36% | - |
| HSV(B) | 277.8º | 0.71% | 0.55% | - |
| XYZ | 11.31 | 6.45 | 25.85 | - |
| YUV | 71.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 141 | 0.26 | 0.71 | 0 | 0.45 | 277.8 | 0.55 | 0.36 |
| Hex | 68 | 29 | 8D | 1A | 47 | 0 | 2D | 116 | 37 | 24 |
| Octal | 150 | 51 | 215 | 32 | 107 | 0 | 55 | 426 | 67 | 44 |
| Binary | 1101000 | 101001 | 10001101 | 11010 | 1000111 | 0 | 101101 | 100010110 | 110111 | 100100 |
Color Harmonies of #68298D
Complementary color
Monochromatic Colors of #68298D
Black with #68298D
Text Example
Text Example
White with #68298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68298D; }
p { color: rgb(104,41,141); }
H1.HeaderClassName
{
color: #68298D;
}
.AnyTagClassName
{
color: #68298D;
}
</style>
background-color css
<style>
a { background-color: #68298D; }
a { background-color: rgb(104,41,141); }
div.DivClassName
{
background-color: #68298D;
}
.BgClassName
{
background-color: #68298D;
}
</style>
border-color css
<style>
span { border-color: #68298D; }
span { border-color: rgb(104,41,141); }
td.TdClassName
{
border-color: #68298D;
}
.TagClassName
{
border-color: #68298D;
}
</style>