Shades of Daisy Bush #683D8B
Tints of Daisy Bush #683D8B
RGB
CMYK
RGB Variations
Color information
#683D8B (or 0x683D8B) is known color: Daisy Bush. HEX triplet: 68, 3D and 8B. RGB value is (104,61,139). Sum of RGB (Red+Green+Blue) = 104+61+139=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #683D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D8B is #97C274. Grayscale: #525252. Windows color (decimal): -9945717 or 9125224. OLE color: 9125224.
HSL color Cylindrical-coordinate representation of color #683D8B: hue angle of 273.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683D8B is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 61 | 139 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.45 |
| HSL | 273.08º | 0.39% | 0.39% | - |
| HSV(B) | 273.08º | 0.56% | 0.55% | - |
| XYZ | 12.04 | 8.14 | 25.36 | - |
| YUV | 82.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 139 | 0.25 | 0.56 | 0 | 0.45 | 273.08 | 0.39 | 0.39 |
| Hex | 68 | 3D | 8B | 19 | 38 | 0 | 2D | 111 | 27 | 27 |
| Octal | 150 | 75 | 213 | 31 | 70 | 0 | 55 | 421 | 47 | 47 |
| Binary | 1101000 | 111101 | 10001011 | 11001 | 111000 | 0 | 101101 | 100010001 | 100111 | 100111 |
Color Harmonies of #683D8B
Complementary color
Monochromatic Colors of #683D8B
Black with #683D8B
Text Example
Text Example
White with #683D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D8B; }
p { color: rgb(104,61,139); }
H1.HeaderClassName
{
color: #683D8B;
}
.AnyTagClassName
{
color: #683D8B;
}
</style>
background-color css
<style>
a { background-color: #683D8B; }
a { background-color: rgb(104,61,139); }
div.DivClassName
{
background-color: #683D8B;
}
.BgClassName
{
background-color: #683D8B;
}
</style>
border-color css
<style>
span { border-color: #683D8B; }
span { border-color: rgb(104,61,139); }
td.TdClassName
{
border-color: #683D8B;
}
.TagClassName
{
border-color: #683D8B;
}
</style>