Shades of Medium Slate Blue #686FE8
Tints of Medium Slate Blue #686FE8
RGB
CMYK
RGB Variations
Color information
#686FE8 (or 0x686FE8) is known color: Medium Slate Blue. HEX triplet: 68, 6F and E8. RGB value is (104,111,232). Sum of RGB (Red+Green+Blue) = 104+111+232=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #686FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FE8 is #979017. Grayscale: #7A7A7A. Windows color (decimal): -9932824 or 15232872. OLE color: 15232872.
HSL color Cylindrical-coordinate representation of color #686FE8: hue angle of 236.72º degrees, saturation: 0.74, 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 #686FE8 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 111 | 232 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.09 |
| HSL | 236.72º | 0.74% | 0.66% | - |
| HSV(B) | 236.72º | 0.55% | 0.91% | - |
| XYZ | 25.96 | 20.14 | 78.86 | - |
| YUV | 122.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 232 | 0.55 | 0.52 | 0 | 0.09 | 236.72 | 0.74 | 0.66 |
| Hex | 68 | 6F | E8 | 37 | 34 | 0 | 9 | ED | 4A | 42 |
| Octal | 150 | 157 | 350 | 67 | 64 | 0 | 11 | 355 | 112 | 102 |
| Binary | 1101000 | 1101111 | 11101000 | 110111 | 110100 | 0 | 1001 | 11101101 | 1001010 | 1000010 |
Color Harmonies of #686FE8
Complementary color
Monochromatic Colors of #686FE8
Black with #686FE8
Text Example
Text Example
White with #686FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FE8; }
p { color: rgb(104,111,232); }
H1.HeaderClassName
{
color: #686FE8;
}
.AnyTagClassName
{
color: #686FE8;
}
</style>
background-color css
<style>
a { background-color: #686FE8; }
a { background-color: rgb(104,111,232); }
div.DivClassName
{
background-color: #686FE8;
}
.BgClassName
{
background-color: #686FE8;
}
</style>
border-color css
<style>
span { border-color: #686FE8; }
span { border-color: rgb(104,111,232); }
td.TdClassName
{
border-color: #686FE8;
}
.TagClassName
{
border-color: #686FE8;
}
</style>