Shades of Medium Slate Blue #686EE6
Tints of Medium Slate Blue #686EE6
RGB
CMYK
RGB Variations
Color information
#686EE6 (or 0x686EE6) is known color: Medium Slate Blue. HEX triplet: 68, 6E and E6. RGB value is (104,110,230). Sum of RGB (Red+Green+Blue) = 104+110+230=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #686EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EE6 is #979119. Grayscale: #797979. Windows color (decimal): -9933082 or 15101544. OLE color: 15101544.
HSL color Cylindrical-coordinate representation of color #686EE6: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686EE6 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 110 | 230 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.10 |
| HSL | 237.14º | 0.72% | 0.65% | - |
| HSV(B) | 237.14º | 0.55% | 0.9% | - |
| XYZ | 25.57 | 19.81 | 77.34 | - |
| YUV | 121.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 230 | 0.55 | 0.52 | 0 | 0.10 | 237.14 | 0.72 | 0.65 |
| Hex | 68 | 6E | E6 | 37 | 34 | 0 | A | ED | 48 | 41 |
| Octal | 150 | 156 | 346 | 67 | 64 | 0 | 12 | 355 | 110 | 101 |
| Binary | 1101000 | 1101110 | 11100110 | 110111 | 110100 | 0 | 1010 | 11101101 | 1001000 | 1000001 |
Color Harmonies of #686EE6
Complementary color
Monochromatic Colors of #686EE6
Black with #686EE6
Text Example
Text Example
White with #686EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EE6; }
p { color: rgb(104,110,230); }
H1.HeaderClassName
{
color: #686EE6;
}
.AnyTagClassName
{
color: #686EE6;
}
</style>
background-color css
<style>
a { background-color: #686EE6; }
a { background-color: rgb(104,110,230); }
div.DivClassName
{
background-color: #686EE6;
}
.BgClassName
{
background-color: #686EE6;
}
</style>
border-color css
<style>
span { border-color: #686EE6; }
span { border-color: rgb(104,110,230); }
td.TdClassName
{
border-color: #686EE6;
}
.TagClassName
{
border-color: #686EE6;
}
</style>