Shades of Daisy Bush #68448C
Tints of Daisy Bush #68448C
RGB
CMYK
RGB Variations
Color information
#68448C (or 0x68448C) is known color: Daisy Bush. HEX triplet: 68, 44 and 8C. RGB value is (104,68,140). Sum of RGB (Red+Green+Blue) = 104+68+140=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #68448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68448C is #97BB73. Grayscale: #565656. Windows color (decimal): -9943924 or 9192552. OLE color: 9192552.
HSL color Cylindrical-coordinate representation of color #68448C: hue angle of 270º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68448C is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 68 | 140 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.45 |
| HSL | 270º | 0.35% | 0.41% | - |
| HSV(B) | 270º | 0.51% | 0.55% | - |
| XYZ | 12.51 | 8.97 | 25.88 | - |
| YUV | 86.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 140 | 0.26 | 0.51 | 0 | 0.45 | 270 | 0.35 | 0.41 |
| Hex | 68 | 44 | 8C | 1A | 33 | 0 | 2D | 10E | 23 | 29 |
| Octal | 150 | 104 | 214 | 32 | 63 | 0 | 55 | 416 | 43 | 51 |
| Binary | 1101000 | 1000100 | 10001100 | 11010 | 110011 | 0 | 101101 | 100001110 | 100011 | 101001 |
Color Harmonies of #68448C
Complementary color
Monochromatic Colors of #68448C
Black with #68448C
Text Example
Text Example
White with #68448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68448C; }
p { color: rgb(104,68,140); }
H1.HeaderClassName
{
color: #68448C;
}
.AnyTagClassName
{
color: #68448C;
}
</style>
background-color css
<style>
a { background-color: #68448C; }
a { background-color: rgb(104,68,140); }
div.DivClassName
{
background-color: #68448C;
}
.BgClassName
{
background-color: #68448C;
}
</style>
border-color css
<style>
span { border-color: #68448C; }
span { border-color: rgb(104,68,140); }
td.TdClassName
{
border-color: #68448C;
}
.TagClassName
{
border-color: #68448C;
}
</style>