Shades of Medium Slate Blue #686EEE
Tints of Medium Slate Blue #686EEE
RGB
CMYK
RGB Variations
Color information
#686EEE (or 0x686EEE) is known color: Medium Slate Blue. HEX triplet: 68, 6E and EE. RGB value is (104,110,238). Sum of RGB (Red+Green+Blue) = 104+110+238=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #686EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EEE is #979111. Grayscale: #7A7A7A. Windows color (decimal): -9933074 or 15625832. OLE color: 15625832.
HSL color Cylindrical-coordinate representation of color #686EEE: hue angle of 237.31º degrees, saturation: 0.8, 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 #686EEE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 110 | 238 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 237.31º | 0.8% | 0.67% | - |
| HSV(B) | 237.31º | 0.56% | 0.93% | - |
| XYZ | 26.72 | 20.27 | 83.39 | - |
| YUV | 122.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 238 | 0.56 | 0.54 | 0 | 0.07 | 237.31 | 0.8 | 0.67 |
| Hex | 68 | 6E | EE | 38 | 36 | 0 | 7 | ED | 50 | 43 |
| Octal | 150 | 156 | 356 | 70 | 66 | 0 | 7 | 355 | 120 | 103 |
| Binary | 1101000 | 1101110 | 11101110 | 111000 | 110110 | 0 | 111 | 11101101 | 1010000 | 1000011 |
Color Harmonies of #686EEE
Complementary color
Monochromatic Colors of #686EEE
Black with #686EEE
Text Example
Text Example
White with #686EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EEE; }
p { color: rgb(104,110,238); }
H1.HeaderClassName
{
color: #686EEE;
}
.AnyTagClassName
{
color: #686EEE;
}
</style>
background-color css
<style>
a { background-color: #686EEE; }
a { background-color: rgb(104,110,238); }
div.DivClassName
{
background-color: #686EEE;
}
.BgClassName
{
background-color: #686EEE;
}
</style>
border-color css
<style>
span { border-color: #686EEE; }
span { border-color: rgb(104,110,238); }
td.TdClassName
{
border-color: #686EEE;
}
.TagClassName
{
border-color: #686EEE;
}
</style>