Shades of Daisy Bush #68478E
Tints of Daisy Bush #68478E
RGB
CMYK
RGB Variations
Color information
#68478E (or 0x68478E) is known color: Daisy Bush. HEX triplet: 68, 47 and 8E. RGB value is (104,71,142). Sum of RGB (Red+Green+Blue) = 104+71+142=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #68478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68478E is #97B871. Grayscale: #585858. Windows color (decimal): -9943154 or 9324392. OLE color: 9324392.
HSL color Cylindrical-coordinate representation of color #68478E: hue angle of 267.89º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68478E is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 71 | 142 | - |
| CMYK | 0.27 | 0.5 | 0 | 0.44 |
| HSL | 267.89º | 0.33% | 0.42% | - |
| HSV(B) | 267.89º | 0.5% | 0.56% | - |
| XYZ | 12.84 | 9.4 | 26.73 | - |
| YUV | 88.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 142 | 0.27 | 0.5 | 0 | 0.44 | 267.89 | 0.33 | 0.42 |
| Hex | 68 | 47 | 8E | 1B | 32 | 0 | 2C | 10C | 21 | 2A |
| Octal | 150 | 107 | 216 | 33 | 62 | 0 | 54 | 414 | 41 | 52 |
| Binary | 1101000 | 1000111 | 10001110 | 11011 | 110010 | 0 | 101100 | 100001100 | 100001 | 101010 |
Color Harmonies of #68478E
Complementary color
Monochromatic Colors of #68478E
Black with #68478E
Text Example
Text Example
White with #68478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68478E; }
p { color: rgb(104,71,142); }
H1.HeaderClassName
{
color: #68478E;
}
.AnyTagClassName
{
color: #68478E;
}
</style>
background-color css
<style>
a { background-color: #68478E; }
a { background-color: rgb(104,71,142); }
div.DivClassName
{
background-color: #68478E;
}
.BgClassName
{
background-color: #68478E;
}
</style>
border-color css
<style>
span { border-color: #68478E; }
span { border-color: rgb(104,71,142); }
td.TdClassName
{
border-color: #68478E;
}
.TagClassName
{
border-color: #68478E;
}
</style>