Shades of Daisy Bush #683E8D
Tints of Daisy Bush #683E8D
RGB
CMYK
RGB Variations
Color information
#683E8D (or 0x683E8D) is known color: Daisy Bush. HEX triplet: 68, 3E and 8D. RGB value is (104,62,141). Sum of RGB (Red+Green+Blue) = 104+62+141=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #683E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683E8D is #97C172. Grayscale: #535353. Windows color (decimal): -9945459 or 9256552. OLE color: 9256552.
HSL color Cylindrical-coordinate representation of color #683E8D: hue angle of 271.9º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683E8D is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 62 | 141 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.45 |
| HSL | 271.9º | 0.39% | 0.4% | - |
| HSV(B) | 271.9º | 0.56% | 0.55% | - |
| XYZ | 12.24 | 8.31 | 26.16 | - |
| YUV | 83.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 141 | 0.26 | 0.56 | 0 | 0.45 | 271.9 | 0.39 | 0.4 |
| Hex | 68 | 3E | 8D | 1A | 38 | 0 | 2D | 110 | 27 | 28 |
| Octal | 150 | 76 | 215 | 32 | 70 | 0 | 55 | 420 | 47 | 50 |
| Binary | 1101000 | 111110 | 10001101 | 11010 | 111000 | 0 | 101101 | 100010000 | 100111 | 101000 |
Color Harmonies of #683E8D
Complementary color
Monochromatic Colors of #683E8D
Black with #683E8D
Text Example
Text Example
White with #683E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E8D; }
p { color: rgb(104,62,141); }
H1.HeaderClassName
{
color: #683E8D;
}
.AnyTagClassName
{
color: #683E8D;
}
</style>
background-color css
<style>
a { background-color: #683E8D; }
a { background-color: rgb(104,62,141); }
div.DivClassName
{
background-color: #683E8D;
}
.BgClassName
{
background-color: #683E8D;
}
</style>
border-color css
<style>
span { border-color: #683E8D; }
span { border-color: rgb(104,62,141); }
td.TdClassName
{
border-color: #683E8D;
}
.TagClassName
{
border-color: #683E8D;
}
</style>