Shades of Daisy Bush #683F8C
Tints of Daisy Bush #683F8C
RGB
CMYK
RGB Variations
Color information
#683F8C (or 0x683F8C) is known color: Daisy Bush. HEX triplet: 68, 3F and 8C. RGB value is (104,63,140). Sum of RGB (Red+Green+Blue) = 104+63+140=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #683F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F8C is #97C073. Grayscale: #535353. Windows color (decimal): -9945204 or 9191272. OLE color: 9191272.
HSL color Cylindrical-coordinate representation of color #683F8C: hue angle of 271.95º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683F8C is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 63 | 140 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.45 |
| HSL | 271.95º | 0.38% | 0.4% | - |
| HSV(B) | 271.95º | 0.55% | 0.55% | - |
| XYZ | 12.22 | 8.39 | 25.79 | - |
| YUV | 84.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 140 | 0.26 | 0.55 | 0 | 0.45 | 271.95 | 0.38 | 0.4 |
| Hex | 68 | 3F | 8C | 1A | 37 | 0 | 2D | 110 | 26 | 28 |
| Octal | 150 | 77 | 214 | 32 | 67 | 0 | 55 | 420 | 46 | 50 |
| Binary | 1101000 | 111111 | 10001100 | 11010 | 110111 | 0 | 101101 | 100010000 | 100110 | 101000 |
Color Harmonies of #683F8C
Complementary color
Monochromatic Colors of #683F8C
Black with #683F8C
Text Example
Text Example
White with #683F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F8C; }
p { color: rgb(104,63,140); }
H1.HeaderClassName
{
color: #683F8C;
}
.AnyTagClassName
{
color: #683F8C;
}
</style>
background-color css
<style>
a { background-color: #683F8C; }
a { background-color: rgb(104,63,140); }
div.DivClassName
{
background-color: #683F8C;
}
.BgClassName
{
background-color: #683F8C;
}
</style>
border-color css
<style>
span { border-color: #683F8C; }
span { border-color: rgb(104,63,140); }
td.TdClassName
{
border-color: #683F8C;
}
.TagClassName
{
border-color: #683F8C;
}
</style>