Shades of Medium Slate Blue #686EEB
Tints of Medium Slate Blue #686EEB
RGB
CMYK
RGB Variations
Color information
#686EEB (or 0x686EEB) is known color: Medium Slate Blue. HEX triplet: 68, 6E and EB. RGB value is (104,110,235). Sum of RGB (Red+Green+Blue) = 104+110+235=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #686EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EEB is #979114. Grayscale: #797979. Windows color (decimal): -9933077 or 15429224. OLE color: 15429224.
HSL color Cylindrical-coordinate representation of color #686EEB: hue angle of 237.25º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686EEB is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 110 | 235 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.08 |
| HSL | 237.25º | 0.77% | 0.66% | - |
| HSV(B) | 237.25º | 0.56% | 0.92% | - |
| XYZ | 26.28 | 20.09 | 81.09 | - |
| YUV | 122.46 | 191.51 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 235 | 0.56 | 0.53 | 0 | 0.08 | 237.25 | 0.77 | 0.66 |
| Hex | 68 | 6E | EB | 38 | 35 | 0 | 8 | ED | 4D | 42 |
| Octal | 150 | 156 | 353 | 70 | 65 | 0 | 10 | 355 | 115 | 102 |
| Binary | 1101000 | 1101110 | 11101011 | 111000 | 110101 | 0 | 1000 | 11101101 | 1001101 | 1000010 |
Color Harmonies of #686EEB
Complementary color
Monochromatic Colors of #686EEB
Black with #686EEB
Text Example
Text Example
White with #686EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EEB; }
p { color: rgb(104,110,235); }
H1.HeaderClassName
{
color: #686EEB;
}
.AnyTagClassName
{
color: #686EEB;
}
</style>
background-color css
<style>
a { background-color: #686EEB; }
a { background-color: rgb(104,110,235); }
div.DivClassName
{
background-color: #686EEB;
}
.BgClassName
{
background-color: #686EEB;
}
</style>
border-color css
<style>
span { border-color: #686EEB; }
span { border-color: rgb(104,110,235); }
td.TdClassName
{
border-color: #686EEB;
}
.TagClassName
{
border-color: #686EEB;
}
</style>