Shades of Medium Slate Blue #686EE4
Tints of Medium Slate Blue #686EE4
RGB
CMYK
RGB Variations
Color information
#686EE4 (or 0x686EE4) is known color: Medium Slate Blue. HEX triplet: 68, 6E and E4. RGB value is (104,110,228). Sum of RGB (Red+Green+Blue) = 104+110+228=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #686EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EE4 is #97911B. Grayscale: #797979. Windows color (decimal): -9933084 or 14970472. OLE color: 14970472.
HSL color Cylindrical-coordinate representation of color #686EE4: hue angle of 237.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686EE4 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 110 | 228 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.11 |
| HSL | 237.1º | 0.7% | 0.65% | - |
| HSV(B) | 237.1º | 0.54% | 0.89% | - |
| XYZ | 25.29 | 19.7 | 75.87 | - |
| YUV | 121.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 228 | 0.54 | 0.52 | 0 | 0.11 | 237.1 | 0.7 | 0.65 |
| Hex | 68 | 6E | E4 | 36 | 34 | 0 | B | ED | 46 | 41 |
| Octal | 150 | 156 | 344 | 66 | 64 | 0 | 13 | 355 | 106 | 101 |
| Binary | 1101000 | 1101110 | 11100100 | 110110 | 110100 | 0 | 1011 | 11101101 | 1000110 | 1000001 |
Color Harmonies of #686EE4
Complementary color
Monochromatic Colors of #686EE4
Black with #686EE4
Text Example
Text Example
White with #686EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EE4; }
p { color: rgb(104,110,228); }
H1.HeaderClassName
{
color: #686EE4;
}
.AnyTagClassName
{
color: #686EE4;
}
</style>
background-color css
<style>
a { background-color: #686EE4; }
a { background-color: rgb(104,110,228); }
div.DivClassName
{
background-color: #686EE4;
}
.BgClassName
{
background-color: #686EE4;
}
</style>
border-color css
<style>
span { border-color: #686EE4; }
span { border-color: rgb(104,110,228); }
td.TdClassName
{
border-color: #686EE4;
}
.TagClassName
{
border-color: #686EE4;
}
</style>