Shades of Daisy Bush #68478C
Tints of Daisy Bush #68478C
RGB
CMYK
RGB Variations
Color information
#68478C (or 0x68478C) is known color: Daisy Bush. HEX triplet: 68, 47 and 8C. RGB value is (104,71,140). Sum of RGB (Red+Green+Blue) = 104+71+140=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #68478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68478C is #97B873. Grayscale: #585858. Windows color (decimal): -9943156 or 9193320. OLE color: 9193320.
HSL color Cylindrical-coordinate representation of color #68478C: hue angle of 268.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68478C is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 71 | 140 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.45 |
| HSL | 268.7º | 0.33% | 0.41% | - |
| HSV(B) | 268.7º | 0.49% | 0.55% | - |
| XYZ | 12.7 | 9.34 | 25.95 | - |
| YUV | 88.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 140 | 0.26 | 0.49 | 0 | 0.45 | 268.7 | 0.33 | 0.41 |
| Hex | 68 | 47 | 8C | 1A | 31 | 0 | 2D | 10D | 21 | 29 |
| Octal | 150 | 107 | 214 | 32 | 61 | 0 | 55 | 415 | 41 | 51 |
| Binary | 1101000 | 1000111 | 10001100 | 11010 | 110001 | 0 | 101101 | 100001101 | 100001 | 101001 |
Color Harmonies of #68478C
Complementary color
Monochromatic Colors of #68478C
Black with #68478C
Text Example
Text Example
White with #68478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68478C; }
p { color: rgb(104,71,140); }
H1.HeaderClassName
{
color: #68478C;
}
.AnyTagClassName
{
color: #68478C;
}
</style>
background-color css
<style>
a { background-color: #68478C; }
a { background-color: rgb(104,71,140); }
div.DivClassName
{
background-color: #68478C;
}
.BgClassName
{
background-color: #68478C;
}
</style>
border-color css
<style>
span { border-color: #68478C; }
span { border-color: rgb(104,71,140); }
td.TdClassName
{
border-color: #68478C;
}
.TagClassName
{
border-color: #68478C;
}
</style>