Shades of Kingfisher Daisy #68378D
Tints of Kingfisher Daisy #68378D
RGB
CMYK
RGB Variations
Color information
#68378D (or 0x68378D) is known color: Kingfisher Daisy. HEX triplet: 68, 37 and 8D. RGB value is (104,55,141). Sum of RGB (Red+Green+Blue) = 104+55+141=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #68378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68378D is #97C872. Grayscale: #4F4F4F. Windows color (decimal): -9947251 or 9254760. OLE color: 9254760.
HSL color Cylindrical-coordinate representation of color #68378D: hue angle of 274.19º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68378D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 55 | 141 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.45 |
| HSL | 274.19º | 0.44% | 0.38% | - |
| HSV(B) | 274.19º | 0.61% | 0.55% | - |
| XYZ | 11.88 | 7.6 | 26.04 | - |
| YUV | 79.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 141 | 0.26 | 0.61 | 0 | 0.45 | 274.19 | 0.44 | 0.38 |
| Hex | 68 | 37 | 8D | 1A | 3D | 0 | 2D | 112 | 2C | 26 |
| Octal | 150 | 67 | 215 | 32 | 75 | 0 | 55 | 422 | 54 | 46 |
| Binary | 1101000 | 110111 | 10001101 | 11010 | 111101 | 0 | 101101 | 100010010 | 101100 | 100110 |
Color Harmonies of #68378D
Complementary color
Monochromatic Colors of #68378D
Black with #68378D
Text Example
Text Example
White with #68378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68378D; }
p { color: rgb(104,55,141); }
H1.HeaderClassName
{
color: #68378D;
}
.AnyTagClassName
{
color: #68378D;
}
</style>
background-color css
<style>
a { background-color: #68378D; }
a { background-color: rgb(104,55,141); }
div.DivClassName
{
background-color: #68378D;
}
.BgClassName
{
background-color: #68378D;
}
</style>
border-color css
<style>
span { border-color: #68378D; }
span { border-color: rgb(104,55,141); }
td.TdClassName
{
border-color: #68378D;
}
.TagClassName
{
border-color: #68378D;
}
</style>