Shades of Medium Slate Blue #686FEC
Tints of Medium Slate Blue #686FEC
RGB
CMYK
RGB Variations
Color information
#686FEC (or 0x686FEC) is known color: Medium Slate Blue. HEX triplet: 68, 6F and EC. RGB value is (104,111,236). Sum of RGB (Red+Green+Blue) = 104+111+236=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #686FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FEC is #979013. Grayscale: #7A7A7A. Windows color (decimal): -9932820 or 15495016. OLE color: 15495016.
HSL color Cylindrical-coordinate representation of color #686FEC: hue angle of 236.82º 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 #686FEC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 111 | 236 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.07 |
| HSL | 236.82º | 0.78% | 0.67% | - |
| HSV(B) | 236.82º | 0.56% | 0.93% | - |
| XYZ | 26.53 | 20.37 | 81.89 | - |
| YUV | 123.16 | 191.68 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 236 | 0.56 | 0.53 | 0 | 0.07 | 236.82 | 0.78 | 0.67 |
| Hex | 68 | 6F | EC | 38 | 35 | 0 | 7 | ED | 4E | 43 |
| Octal | 150 | 157 | 354 | 70 | 65 | 0 | 7 | 355 | 116 | 103 |
| Binary | 1101000 | 1101111 | 11101100 | 111000 | 110101 | 0 | 111 | 11101101 | 1001110 | 1000011 |
Color Harmonies of #686FEC
Complementary color
Monochromatic Colors of #686FEC
Black with #686FEC
Text Example
Text Example
White with #686FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FEC; }
p { color: rgb(104,111,236); }
H1.HeaderClassName
{
color: #686FEC;
}
.AnyTagClassName
{
color: #686FEC;
}
</style>
background-color css
<style>
a { background-color: #686FEC; }
a { background-color: rgb(104,111,236); }
div.DivClassName
{
background-color: #686FEC;
}
.BgClassName
{
background-color: #686FEC;
}
</style>
border-color css
<style>
span { border-color: #686FEC; }
span { border-color: rgb(104,111,236); }
td.TdClassName
{
border-color: #686FEC;
}
.TagClassName
{
border-color: #686FEC;
}
</style>