Shades of Medium Slate Blue #686DEC
Tints of Medium Slate Blue #686DEC
RGB
CMYK
RGB Variations
Color information
#686DEC (or 0x686DEC) is known color: Medium Slate Blue. HEX triplet: 68, 6D and EC. RGB value is (104,109,236). Sum of RGB (Red+Green+Blue) = 104+109+236=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #686DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DEC is #979213. Grayscale: #797979. Windows color (decimal): -9933332 or 15494504. OLE color: 15494504.
HSL color Cylindrical-coordinate representation of color #686DEC: hue angle of 237.73º degrees, saturation: 0.78, 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 #686DEC is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 109 | 236 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 237.73º | 0.78% | 0.67% | - |
| HSV(B) | 237.73º | 0.56% | 0.93% | - |
| XYZ | 26.32 | 19.94 | 81.82 | - |
| YUV | 121.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 236 | 0.56 | 0.54 | 0 | 0.07 | 237.73 | 0.78 | 0.67 |
| Hex | 68 | 6D | EC | 38 | 36 | 0 | 7 | EE | 4E | 43 |
| Octal | 150 | 155 | 354 | 70 | 66 | 0 | 7 | 356 | 116 | 103 |
| Binary | 1101000 | 1101101 | 11101100 | 111000 | 110110 | 0 | 111 | 11101110 | 1001110 | 1000011 |
Color Harmonies of #686DEC
Complementary color
Monochromatic Colors of #686DEC
Black with #686DEC
Text Example
Text Example
White with #686DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DEC; }
p { color: rgb(104,109,236); }
H1.HeaderClassName
{
color: #686DEC;
}
.AnyTagClassName
{
color: #686DEC;
}
</style>
background-color css
<style>
a { background-color: #686DEC; }
a { background-color: rgb(104,109,236); }
div.DivClassName
{
background-color: #686DEC;
}
.BgClassName
{
background-color: #686DEC;
}
</style>
border-color css
<style>
span { border-color: #686DEC; }
span { border-color: rgb(104,109,236); }
td.TdClassName
{
border-color: #686DEC;
}
.TagClassName
{
border-color: #686DEC;
}
</style>