Shades of Medium Slate Blue #686EDE
Tints of Medium Slate Blue #686EDE
RGB
CMYK
RGB Variations
Color information
#686EDE (or 0x686EDE) is known color: Medium Slate Blue. HEX triplet: 68, 6E and DE. RGB value is (104,110,222). Sum of RGB (Red+Green+Blue) = 104+110+222=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #686EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDE is #979121. Grayscale: #787878. Windows color (decimal): -9933090 or 14577256. OLE color: 14577256.
HSL color Cylindrical-coordinate representation of color #686EDE: hue angle of 236.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686EDE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 110 | 222 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.13 |
| HSL | 236.95º | 0.64% | 0.64% | - |
| HSV(B) | 236.95º | 0.53% | 0.87% | - |
| XYZ | 24.47 | 19.37 | 71.56 | - |
| YUV | 120.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 222 | 0.53 | 0.50 | 0 | 0.13 | 236.95 | 0.64 | 0.64 |
| Hex | 68 | 6E | DE | 35 | 32 | 0 | D | ED | 40 | 40 |
| Octal | 150 | 156 | 336 | 65 | 62 | 0 | 15 | 355 | 100 | 100 |
| Binary | 1101000 | 1101110 | 11011110 | 110101 | 110010 | 0 | 1101 | 11101101 | 1000000 | 1000000 |
Color Harmonies of #686EDE
Complementary color
Monochromatic Colors of #686EDE
Black with #686EDE
Text Example
Text Example
White with #686EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EDE; }
p { color: rgb(104,110,222); }
H1.HeaderClassName
{
color: #686EDE;
}
.AnyTagClassName
{
color: #686EDE;
}
</style>
background-color css
<style>
a { background-color: #686EDE; }
a { background-color: rgb(104,110,222); }
div.DivClassName
{
background-color: #686EDE;
}
.BgClassName
{
background-color: #686EDE;
}
</style>
border-color css
<style>
span { border-color: #686EDE; }
span { border-color: rgb(104,110,222); }
td.TdClassName
{
border-color: #686EDE;
}
.TagClassName
{
border-color: #686EDE;
}
</style>