Shades of Kingfisher Daisy #68248F
Tints of Kingfisher Daisy #68248F
RGB
CMYK
RGB Variations
Color information
#68248F (or 0x68248F) is known color: Kingfisher Daisy. HEX triplet: 68, 24 and 8F. RGB value is (104,36,143). Sum of RGB (Red+Green+Blue) = 104+36+143=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #68248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68248F is #97DB70. Grayscale: #444444. Windows color (decimal): -9952113 or 9380968. OLE color: 9380968.
HSL color Cylindrical-coordinate representation of color #68248F: hue angle of 278.13º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68248F is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 36 | 143 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.44 |
| HSL | 278.13º | 0.6% | 0.35% | - |
| HSV(B) | 278.13º | 0.75% | 0.56% | - |
| XYZ | 11.3 | 6.19 | 26.59 | - |
| YUV | 68.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 143 | 0.27 | 0.75 | 0 | 0.44 | 278.13 | 0.6 | 0.35 |
| Hex | 68 | 24 | 8F | 1B | 4B | 0 | 2C | 116 | 3C | 23 |
| Octal | 150 | 44 | 217 | 33 | 113 | 0 | 54 | 426 | 74 | 43 |
| Binary | 1101000 | 100100 | 10001111 | 11011 | 1001011 | 0 | 101100 | 100010110 | 111100 | 100011 |
Color Harmonies of #68248F
Complementary color
Monochromatic Colors of #68248F
Black with #68248F
Text Example
Text Example
White with #68248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68248F; }
p { color: rgb(104,36,143); }
H1.HeaderClassName
{
color: #68248F;
}
.AnyTagClassName
{
color: #68248F;
}
</style>
background-color css
<style>
a { background-color: #68248F; }
a { background-color: rgb(104,36,143); }
div.DivClassName
{
background-color: #68248F;
}
.BgClassName
{
background-color: #68248F;
}
</style>
border-color css
<style>
span { border-color: #68248F; }
span { border-color: rgb(104,36,143); }
td.TdClassName
{
border-color: #68248F;
}
.TagClassName
{
border-color: #68248F;
}
</style>