Shades of Daisy Bush #68448D
Tints of Daisy Bush #68448D
RGB
CMYK
RGB Variations
Color information
#68448D (or 0x68448D) is known color: Daisy Bush. HEX triplet: 68, 44 and 8D. RGB value is (104,68,141). Sum of RGB (Red+Green+Blue) = 104+68+141=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #68448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68448D is #97BB72. Grayscale: #565656. Windows color (decimal): -9943923 or 9258088. OLE color: 9258088.
HSL color Cylindrical-coordinate representation of color #68448D: hue angle of 269.59º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68448D is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 68 | 141 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.45 |
| HSL | 269.59º | 0.35% | 0.41% | - |
| HSV(B) | 269.59º | 0.52% | 0.55% | - |
| XYZ | 12.58 | 9 | 26.27 | - |
| YUV | 87.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 141 | 0.26 | 0.52 | 0 | 0.45 | 269.59 | 0.35 | 0.41 |
| Hex | 68 | 44 | 8D | 1A | 34 | 0 | 2D | 10E | 23 | 29 |
| Octal | 150 | 104 | 215 | 32 | 64 | 0 | 55 | 416 | 43 | 51 |
| Binary | 1101000 | 1000100 | 10001101 | 11010 | 110100 | 0 | 101101 | 100001110 | 100011 | 101001 |
Color Harmonies of #68448D
Complementary color
Monochromatic Colors of #68448D
Black with #68448D
Text Example
Text Example
White with #68448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68448D; }
p { color: rgb(104,68,141); }
H1.HeaderClassName
{
color: #68448D;
}
.AnyTagClassName
{
color: #68448D;
}
</style>
background-color css
<style>
a { background-color: #68448D; }
a { background-color: rgb(104,68,141); }
div.DivClassName
{
background-color: #68448D;
}
.BgClassName
{
background-color: #68448D;
}
</style>
border-color css
<style>
span { border-color: #68448D; }
span { border-color: rgb(104,68,141); }
td.TdClassName
{
border-color: #68448D;
}
.TagClassName
{
border-color: #68448D;
}
</style>