Shades of Medium Slate Blue #686CF8
Tints of Medium Slate Blue #686CF8
RGB
CMYK
RGB Variations
Color information
#686CF8 (or 0x686CF8) is known color: Medium Slate Blue. HEX triplet: 68, 6C and F8. RGB value is (104,108,248). Sum of RGB (Red+Green+Blue) = 104+108+248=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #686CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CF8 is #979307. Grayscale: #7A7A7A. Windows color (decimal): -9933576 or 16280680. OLE color: 16280680.
HSL color Cylindrical-coordinate representation of color #686CF8: hue angle of 238.33º 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 #686CF8 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 108 | 248 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.03 |
| HSL | 238.33º | 0.91% | 0.69% | - |
| HSV(B) | 238.33º | 0.58% | 0.97% | - |
| XYZ | 28.01 | 20.45 | 91.28 | - |
| YUV | 122.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 248 | 0.58 | 0.56 | 0 | 0.03 | 238.33 | 0.91 | 0.69 |
| Hex | 68 | 6C | F8 | 3A | 38 | 0 | 3 | EE | 5B | 45 |
| Octal | 150 | 154 | 370 | 72 | 70 | 0 | 3 | 356 | 133 | 105 |
| Binary | 1101000 | 1101100 | 11111000 | 111010 | 111000 | 0 | 11 | 11101110 | 1011011 | 1000101 |
Color Harmonies of #686CF8
Complementary color
Monochromatic Colors of #686CF8
Black with #686CF8
Text Example
Text Example
White with #686CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CF8; }
p { color: rgb(104,108,248); }
H1.HeaderClassName
{
color: #686CF8;
}
.AnyTagClassName
{
color: #686CF8;
}
</style>
background-color css
<style>
a { background-color: #686CF8; }
a { background-color: rgb(104,108,248); }
div.DivClassName
{
background-color: #686CF8;
}
.BgClassName
{
background-color: #686CF8;
}
</style>
border-color css
<style>
span { border-color: #686CF8; }
span { border-color: rgb(104,108,248); }
td.TdClassName
{
border-color: #686CF8;
}
.TagClassName
{
border-color: #686CF8;
}
</style>