Shades of Medium Slate Blue #686EF8
Tints of Medium Slate Blue #686EF8
RGB
CMYK
RGB Variations
Color information
#686EF8 (or 0x686EF8) is known color: Medium Slate Blue. HEX triplet: 68, 6E and F8. RGB value is (104,110,248). Sum of RGB (Red+Green+Blue) = 104+110+248=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #686EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EF8 is #979107. Grayscale: #7B7B7B. Windows color (decimal): -9933064 or 16281192. OLE color: 16281192.
HSL color Cylindrical-coordinate representation of color #686EF8: hue angle of 237.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686EF8 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 110 | 248 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.03 |
| HSL | 237.5º | 0.91% | 0.69% | - |
| HSV(B) | 237.5º | 0.58% | 0.97% | - |
| XYZ | 28.23 | 20.87 | 91.35 | - |
| YUV | 123.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 248 | 0.58 | 0.56 | 0 | 0.03 | 237.5 | 0.91 | 0.69 |
| Hex | 68 | 6E | F8 | 3A | 38 | 0 | 3 | EE | 5B | 45 |
| Octal | 150 | 156 | 370 | 72 | 70 | 0 | 3 | 356 | 133 | 105 |
| Binary | 1101000 | 1101110 | 11111000 | 111010 | 111000 | 0 | 11 | 11101110 | 1011011 | 1000101 |
Color Harmonies of #686EF8
Complementary color
Monochromatic Colors of #686EF8
Black with #686EF8
Text Example
Text Example
White with #686EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EF8; }
p { color: rgb(104,110,248); }
H1.HeaderClassName
{
color: #686EF8;
}
.AnyTagClassName
{
color: #686EF8;
}
</style>
background-color css
<style>
a { background-color: #686EF8; }
a { background-color: rgb(104,110,248); }
div.DivClassName
{
background-color: #686EF8;
}
.BgClassName
{
background-color: #686EF8;
}
</style>
border-color css
<style>
span { border-color: #686EF8; }
span { border-color: rgb(104,110,248); }
td.TdClassName
{
border-color: #686EF8;
}
.TagClassName
{
border-color: #686EF8;
}
</style>