Shades of Medium Slate Blue #686FE7
Tints of Medium Slate Blue #686FE7
RGB
CMYK
RGB Variations
Color information
#686FE7 (or 0x686FE7) is known color: Medium Slate Blue. HEX triplet: 68, 6F and E7. RGB value is (104,111,231). Sum of RGB (Red+Green+Blue) = 104+111+231=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #686FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FE7 is #979018. Grayscale: #7A7A7A. Windows color (decimal): -9932825 or 15167336. OLE color: 15167336.
HSL color Cylindrical-coordinate representation of color #686FE7: hue angle of 236.69º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686FE7 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 111 | 231 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.09 |
| HSL | 236.69º | 0.73% | 0.66% | - |
| HSV(B) | 236.69º | 0.55% | 0.91% | - |
| XYZ | 25.82 | 20.08 | 78.12 | - |
| YUV | 122.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 231 | 0.55 | 0.52 | 0 | 0.09 | 236.69 | 0.73 | 0.66 |
| Hex | 68 | 6F | E7 | 37 | 34 | 0 | 9 | ED | 49 | 42 |
| Octal | 150 | 157 | 347 | 67 | 64 | 0 | 11 | 355 | 111 | 102 |
| Binary | 1101000 | 1101111 | 11100111 | 110111 | 110100 | 0 | 1001 | 11101101 | 1001001 | 1000010 |
Color Harmonies of #686FE7
Complementary color
Monochromatic Colors of #686FE7
Black with #686FE7
Text Example
Text Example
White with #686FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FE7; }
p { color: rgb(104,111,231); }
H1.HeaderClassName
{
color: #686FE7;
}
.AnyTagClassName
{
color: #686FE7;
}
</style>
background-color css
<style>
a { background-color: #686FE7; }
a { background-color: rgb(104,111,231); }
div.DivClassName
{
background-color: #686FE7;
}
.BgClassName
{
background-color: #686FE7;
}
</style>
border-color css
<style>
span { border-color: #686FE7; }
span { border-color: rgb(104,111,231); }
td.TdClassName
{
border-color: #686FE7;
}
.TagClassName
{
border-color: #686FE7;
}
</style>