Shades of Kingfisher Daisy #68248B
Tints of Kingfisher Daisy #68248B
RGB
CMYK
RGB Variations
Color information
#68248B (or 0x68248B) is known color: Kingfisher Daisy. HEX triplet: 68, 24 and 8B. RGB value is (104,36,139). Sum of RGB (Red+Green+Blue) = 104+36+139=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #68248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68248B is #97DB74. Grayscale: #434343. Windows color (decimal): -9952117 or 9118824. OLE color: 9118824.
HSL color Cylindrical-coordinate representation of color #68248B: hue angle of 279.61º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68248B is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 36 | 139 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.45 |
| HSL | 279.61º | 0.59% | 0.34% | - |
| HSV(B) | 279.61º | 0.74% | 0.55% | - |
| XYZ | 11 | 6.07 | 25.02 | - |
| YUV | 68.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 139 | 0.25 | 0.74 | 0 | 0.45 | 279.61 | 0.59 | 0.34 |
| Hex | 68 | 24 | 8B | 19 | 4A | 0 | 2D | 118 | 3B | 22 |
| Octal | 150 | 44 | 213 | 31 | 112 | 0 | 55 | 430 | 73 | 42 |
| Binary | 1101000 | 100100 | 10001011 | 11001 | 1001010 | 0 | 101101 | 100011000 | 111011 | 100010 |
Color Harmonies of #68248B
Complementary color
Monochromatic Colors of #68248B
Black with #68248B
Text Example
Text Example
White with #68248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68248B; }
p { color: rgb(104,36,139); }
H1.HeaderClassName
{
color: #68248B;
}
.AnyTagClassName
{
color: #68248B;
}
</style>
background-color css
<style>
a { background-color: #68248B; }
a { background-color: rgb(104,36,139); }
div.DivClassName
{
background-color: #68248B;
}
.BgClassName
{
background-color: #68248B;
}
</style>
border-color css
<style>
span { border-color: #68248B; }
span { border-color: rgb(104,36,139); }
td.TdClassName
{
border-color: #68248B;
}
.TagClassName
{
border-color: #68248B;
}
</style>