Shades of Medium Slate Blue #686DEE
Tints of Medium Slate Blue #686DEE
RGB
CMYK
RGB Variations
Color information
#686DEE (or 0x686DEE) is known color: Medium Slate Blue. HEX triplet: 68, 6D and EE. RGB value is (104,109,238). Sum of RGB (Red+Green+Blue) = 104+109+238=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #686DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DEE is #979211. Grayscale: #797979. Windows color (decimal): -9933330 or 15625576. OLE color: 15625576.
HSL color Cylindrical-coordinate representation of color #686DEE: hue angle of 237.76º 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 #686DEE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 109 | 238 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 237.76º | 0.8% | 0.67% | - |
| HSV(B) | 237.76º | 0.56% | 0.93% | - |
| XYZ | 26.61 | 20.05 | 83.36 | - |
| YUV | 122.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 238 | 0.56 | 0.54 | 0 | 0.07 | 237.76 | 0.8 | 0.67 |
| Hex | 68 | 6D | EE | 38 | 36 | 0 | 7 | EE | 50 | 43 |
| Octal | 150 | 155 | 356 | 70 | 66 | 0 | 7 | 356 | 120 | 103 |
| Binary | 1101000 | 1101101 | 11101110 | 111000 | 110110 | 0 | 111 | 11101110 | 1010000 | 1000011 |
Color Harmonies of #686DEE
Complementary color
Monochromatic Colors of #686DEE
Black with #686DEE
Text Example
Text Example
White with #686DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DEE; }
p { color: rgb(104,109,238); }
H1.HeaderClassName
{
color: #686DEE;
}
.AnyTagClassName
{
color: #686DEE;
}
</style>
background-color css
<style>
a { background-color: #686DEE; }
a { background-color: rgb(104,109,238); }
div.DivClassName
{
background-color: #686DEE;
}
.BgClassName
{
background-color: #686DEE;
}
</style>
border-color css
<style>
span { border-color: #686DEE; }
span { border-color: rgb(104,109,238); }
td.TdClassName
{
border-color: #686DEE;
}
.TagClassName
{
border-color: #686DEE;
}
</style>