Shades of Medium Slate Blue #686FF8
Tints of Medium Slate Blue #686FF8
RGB
CMYK
RGB Variations
Color information
#686FF8 (or 0x686FF8) is known color: Medium Slate Blue. HEX triplet: 68, 6F and F8. RGB value is (104,111,248). Sum of RGB (Red+Green+Blue) = 104+111+248=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #686FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FF8 is #979007. Grayscale: #7B7B7B. Windows color (decimal): -9932808 or 16281448. OLE color: 16281448.
HSL color Cylindrical-coordinate representation of color #686FF8: hue angle of 237.08º 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 #686FF8 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 111 | 248 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.03 |
| HSL | 237.08º | 0.91% | 0.69% | - |
| HSV(B) | 237.08º | 0.58% | 0.97% | - |
| XYZ | 28.34 | 21.09 | 91.38 | - |
| YUV | 124.53 | 197.68 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 248 | 0.58 | 0.55 | 0 | 0.03 | 237.08 | 0.91 | 0.69 |
| Hex | 68 | 6F | F8 | 3A | 37 | 0 | 3 | ED | 5B | 45 |
| Octal | 150 | 157 | 370 | 72 | 67 | 0 | 3 | 355 | 133 | 105 |
| Binary | 1101000 | 1101111 | 11111000 | 111010 | 110111 | 0 | 11 | 11101101 | 1011011 | 1000101 |
Color Harmonies of #686FF8
Complementary color
Monochromatic Colors of #686FF8
Black with #686FF8
Text Example
Text Example
White with #686FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FF8; }
p { color: rgb(104,111,248); }
H1.HeaderClassName
{
color: #686FF8;
}
.AnyTagClassName
{
color: #686FF8;
}
</style>
background-color css
<style>
a { background-color: #686FF8; }
a { background-color: rgb(104,111,248); }
div.DivClassName
{
background-color: #686FF8;
}
.BgClassName
{
background-color: #686FF8;
}
</style>
border-color css
<style>
span { border-color: #686FF8; }
span { border-color: rgb(104,111,248); }
td.TdClassName
{
border-color: #686FF8;
}
.TagClassName
{
border-color: #686FF8;
}
</style>