Shades of Medium Slate Blue #686EED
Tints of Medium Slate Blue #686EED
RGB
CMYK
RGB Variations
Color information
#686EED (or 0x686EED) is known color: Medium Slate Blue. HEX triplet: 68, 6E and ED. RGB value is (104,110,237). Sum of RGB (Red+Green+Blue) = 104+110+237=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #686EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EED is #979112. Grayscale: #7A7A7A. Windows color (decimal): -9933075 or 15560296. OLE color: 15560296.
HSL color Cylindrical-coordinate representation of color #686EED: hue angle of 237.29º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686EED is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 110 | 237 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 237.29º | 0.79% | 0.67% | - |
| HSV(B) | 237.29º | 0.56% | 0.93% | - |
| XYZ | 26.57 | 20.21 | 82.62 | - |
| YUV | 122.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 237 | 0.56 | 0.54 | 0 | 0.07 | 237.29 | 0.79 | 0.67 |
| Hex | 68 | 6E | ED | 38 | 36 | 0 | 7 | ED | 4F | 43 |
| Octal | 150 | 156 | 355 | 70 | 66 | 0 | 7 | 355 | 117 | 103 |
| Binary | 1101000 | 1101110 | 11101101 | 111000 | 110110 | 0 | 111 | 11101101 | 1001111 | 1000011 |
Color Harmonies of #686EED
Complementary color
Monochromatic Colors of #686EED
Black with #686EED
Text Example
Text Example
White with #686EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EED; }
p { color: rgb(104,110,237); }
H1.HeaderClassName
{
color: #686EED;
}
.AnyTagClassName
{
color: #686EED;
}
</style>
background-color css
<style>
a { background-color: #686EED; }
a { background-color: rgb(104,110,237); }
div.DivClassName
{
background-color: #686EED;
}
.BgClassName
{
background-color: #686EED;
}
</style>
border-color css
<style>
span { border-color: #686EED; }
span { border-color: rgb(104,110,237); }
td.TdClassName
{
border-color: #686EED;
}
.TagClassName
{
border-color: #686EED;
}
</style>