Shades of Daisy Bush #68488C
Tints of Daisy Bush #68488C
RGB
CMYK
RGB Variations
Color information
#68488C (or 0x68488C) is known color: Daisy Bush. HEX triplet: 68, 48 and 8C. RGB value is (104,72,140). Sum of RGB (Red+Green+Blue) = 104+72+140=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #68488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488C is #97B773. Grayscale: #595959. Windows color (decimal): -9942900 or 9193576. OLE color: 9193576.
HSL color Cylindrical-coordinate representation of color #68488C: hue angle of 268.24º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68488C is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 72 | 140 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.45 |
| HSL | 268.24º | 0.32% | 0.42% | - |
| HSV(B) | 268.24º | 0.49% | 0.55% | - |
| XYZ | 12.76 | 9.47 | 25.97 | - |
| YUV | 89.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 140 | 0.26 | 0.49 | 0 | 0.45 | 268.24 | 0.32 | 0.42 |
| Hex | 68 | 48 | 8C | 1A | 31 | 0 | 2D | 10C | 20 | 2A |
| Octal | 150 | 110 | 214 | 32 | 61 | 0 | 55 | 414 | 40 | 52 |
| Binary | 1101000 | 1001000 | 10001100 | 11010 | 110001 | 0 | 101101 | 100001100 | 100000 | 101010 |
Color Harmonies of #68488C
Complementary color
Monochromatic Colors of #68488C
Black with #68488C
Text Example
Text Example
White with #68488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68488C; }
p { color: rgb(104,72,140); }
H1.HeaderClassName
{
color: #68488C;
}
.AnyTagClassName
{
color: #68488C;
}
</style>
background-color css
<style>
a { background-color: #68488C; }
a { background-color: rgb(104,72,140); }
div.DivClassName
{
background-color: #68488C;
}
.BgClassName
{
background-color: #68488C;
}
</style>
border-color css
<style>
span { border-color: #68488C; }
span { border-color: rgb(104,72,140); }
td.TdClassName
{
border-color: #68488C;
}
.TagClassName
{
border-color: #68488C;
}
</style>