Shades of Kingfisher Daisy #68208F
Tints of Kingfisher Daisy #68208F
RGB
CMYK
RGB Variations
Color information
#68208F (or 0x68208F) is known color: Kingfisher Daisy. HEX triplet: 68, 20 and 8F. RGB value is (104,32,143). Sum of RGB (Red+Green+Blue) = 104+32+143=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #68208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68208F is #97DF70. Grayscale: #414141. Windows color (decimal): -9953137 or 9379944. OLE color: 9379944.
HSL color Cylindrical-coordinate representation of color #68208F: hue angle of 278.92º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68208F is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 32 | 143 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.44 |
| HSL | 278.92º | 0.63% | 0.34% | - |
| HSV(B) | 278.92º | 0.78% | 0.56% | - |
| XYZ | 11.18 | 5.96 | 26.55 | - |
| YUV | 66.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 143 | 0.27 | 0.78 | 0 | 0.44 | 278.92 | 0.63 | 0.34 |
| Hex | 68 | 20 | 8F | 1B | 4E | 0 | 2C | 117 | 3F | 22 |
| Octal | 150 | 40 | 217 | 33 | 116 | 0 | 54 | 427 | 77 | 42 |
| Binary | 1101000 | 100000 | 10001111 | 11011 | 1001110 | 0 | 101100 | 100010111 | 111111 | 100010 |
Color Harmonies of #68208F
Complementary color
Monochromatic Colors of #68208F
Black with #68208F
Text Example
Text Example
White with #68208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68208F; }
p { color: rgb(104,32,143); }
H1.HeaderClassName
{
color: #68208F;
}
.AnyTagClassName
{
color: #68208F;
}
</style>
background-color css
<style>
a { background-color: #68208F; }
a { background-color: rgb(104,32,143); }
div.DivClassName
{
background-color: #68208F;
}
.BgClassName
{
background-color: #68208F;
}
</style>
border-color css
<style>
span { border-color: #68208F; }
span { border-color: rgb(104,32,143); }
td.TdClassName
{
border-color: #68208F;
}
.TagClassName
{
border-color: #68208F;
}
</style>