Shades of Daisy Bush #68408B
Tints of Daisy Bush #68408B
RGB
CMYK
RGB Variations
Color information
#68408B (or 0x68408B) is known color: Daisy Bush. HEX triplet: 68, 40 and 8B. RGB value is (104,64,139). Sum of RGB (Red+Green+Blue) = 104+64+139=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #68408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68408B is #97BF74. Grayscale: #545454. Windows color (decimal): -9944949 or 9125992. OLE color: 9125992.
HSL color Cylindrical-coordinate representation of color #68408B: hue angle of 272º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68408B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 64 | 139 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.45 |
| HSL | 272º | 0.37% | 0.4% | - |
| HSV(B) | 272º | 0.54% | 0.55% | - |
| XYZ | 12.2 | 8.47 | 25.42 | - |
| YUV | 84.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 139 | 0.25 | 0.54 | 0 | 0.45 | 272 | 0.37 | 0.4 |
| Hex | 68 | 40 | 8B | 19 | 36 | 0 | 2D | 110 | 25 | 28 |
| Octal | 150 | 100 | 213 | 31 | 66 | 0 | 55 | 420 | 45 | 50 |
| Binary | 1101000 | 1000000 | 10001011 | 11001 | 110110 | 0 | 101101 | 100010000 | 100101 | 101000 |
Color Harmonies of #68408B
Complementary color
Monochromatic Colors of #68408B
Black with #68408B
Text Example
Text Example
White with #68408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68408B; }
p { color: rgb(104,64,139); }
H1.HeaderClassName
{
color: #68408B;
}
.AnyTagClassName
{
color: #68408B;
}
</style>
background-color css
<style>
a { background-color: #68408B; }
a { background-color: rgb(104,64,139); }
div.DivClassName
{
background-color: #68408B;
}
.BgClassName
{
background-color: #68408B;
}
</style>
border-color css
<style>
span { border-color: #68408B; }
span { border-color: rgb(104,64,139); }
td.TdClassName
{
border-color: #68408B;
}
.TagClassName
{
border-color: #68408B;
}
</style>