Shades of Kingfisher Daisy #68218F
Tints of Kingfisher Daisy #68218F
RGB
CMYK
RGB Variations
Color information
#68218F (or 0x68218F) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 8F. RGB value is (104,33,143). Sum of RGB (Red+Green+Blue) = 104+33+143=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #68218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68218F is #97DE70. Grayscale: #424242. Windows color (decimal): -9952881 or 9380200. OLE color: 9380200.
HSL color Cylindrical-coordinate representation of color #68218F: hue angle of 278.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68218F is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 33 | 143 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.44 |
| HSL | 278.73º | 0.63% | 0.35% | - |
| HSV(B) | 278.73º | 0.77% | 0.56% | - |
| XYZ | 11.21 | 6.01 | 26.56 | - |
| YUV | 66.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 143 | 0.27 | 0.77 | 0 | 0.44 | 278.73 | 0.63 | 0.35 |
| Hex | 68 | 21 | 8F | 1B | 4D | 0 | 2C | 117 | 3E | 23 |
| Octal | 150 | 41 | 217 | 33 | 115 | 0 | 54 | 427 | 76 | 43 |
| Binary | 1101000 | 100001 | 10001111 | 11011 | 1001101 | 0 | 101100 | 100010111 | 111110 | 100011 |
Color Harmonies of #68218F
Complementary color
Monochromatic Colors of #68218F
Black with #68218F
Text Example
Text Example
White with #68218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68218F; }
p { color: rgb(104,33,143); }
H1.HeaderClassName
{
color: #68218F;
}
.AnyTagClassName
{
color: #68218F;
}
</style>
background-color css
<style>
a { background-color: #68218F; }
a { background-color: rgb(104,33,143); }
div.DivClassName
{
background-color: #68218F;
}
.BgClassName
{
background-color: #68218F;
}
</style>
border-color css
<style>
span { border-color: #68218F; }
span { border-color: rgb(104,33,143); }
td.TdClassName
{
border-color: #68218F;
}
.TagClassName
{
border-color: #68218F;
}
</style>