Shades of Kingfisher Daisy #68388A
Tints of Kingfisher Daisy #68388A
RGB
CMYK
RGB Variations
Color information
#68388A (or 0x68388A) is known color: Kingfisher Daisy. HEX triplet: 68, 38 and 8A. RGB value is (104,56,138). Sum of RGB (Red+Green+Blue) = 104+56+138=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #68388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68388A is #97C775. Grayscale: #4F4F4F. Windows color (decimal): -9946998 or 9058408. OLE color: 9058408.
HSL color Cylindrical-coordinate representation of color #68388A: hue angle of 275.12º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68388A is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 56 | 138 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.46 |
| HSL | 275.12º | 0.42% | 0.38% | - |
| HSV(B) | 275.12º | 0.59% | 0.54% | - |
| XYZ | 11.71 | 7.61 | 24.9 | - |
| YUV | 79.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 138 | 0.25 | 0.59 | 0 | 0.46 | 275.12 | 0.42 | 0.38 |
| Hex | 68 | 38 | 8A | 19 | 3B | 0 | 2E | 113 | 2A | 26 |
| Octal | 150 | 70 | 212 | 31 | 73 | 0 | 56 | 423 | 52 | 46 |
| Binary | 1101000 | 111000 | 10001010 | 11001 | 111011 | 0 | 101110 | 100010011 | 101010 | 100110 |
Color Harmonies of #68388A
Complementary color
Monochromatic Colors of #68388A
Black with #68388A
Text Example
Text Example
White with #68388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68388A; }
p { color: rgb(104,56,138); }
H1.HeaderClassName
{
color: #68388A;
}
.AnyTagClassName
{
color: #68388A;
}
</style>
background-color css
<style>
a { background-color: #68388A; }
a { background-color: rgb(104,56,138); }
div.DivClassName
{
background-color: #68388A;
}
.BgClassName
{
background-color: #68388A;
}
</style>
border-color css
<style>
span { border-color: #68388A; }
span { border-color: rgb(104,56,138); }
td.TdClassName
{
border-color: #68388A;
}
.TagClassName
{
border-color: #68388A;
}
</style>