Shades of Medium Slate Blue #686DEF
Tints of Medium Slate Blue #686DEF
RGB
CMYK
RGB Variations
Color information
#686DEF (or 0x686DEF) is known color: Medium Slate Blue. HEX triplet: 68, 6D and EF. RGB value is (104,109,239). Sum of RGB (Red+Green+Blue) = 104+109+239=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #686DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DEF is #979210. Grayscale: #797979. Windows color (decimal): -9933329 or 15691112. OLE color: 15691112.
HSL color Cylindrical-coordinate representation of color #686DEF: hue angle of 237.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686DEF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 109 | 239 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.06 |
| HSL | 237.78º | 0.81% | 0.67% | - |
| HSV(B) | 237.78º | 0.56% | 0.94% | - |
| XYZ | 26.76 | 20.11 | 84.13 | - |
| YUV | 122.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 239 | 0.56 | 0.54 | 0 | 0.06 | 237.78 | 0.81 | 0.67 |
| Hex | 68 | 6D | EF | 38 | 36 | 0 | 6 | EE | 51 | 43 |
| Octal | 150 | 155 | 357 | 70 | 66 | 0 | 6 | 356 | 121 | 103 |
| Binary | 1101000 | 1101101 | 11101111 | 111000 | 110110 | 0 | 110 | 11101110 | 1010001 | 1000011 |
Color Harmonies of #686DEF
Complementary color
Monochromatic Colors of #686DEF
Black with #686DEF
Text Example
Text Example
White with #686DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DEF; }
p { color: rgb(104,109,239); }
H1.HeaderClassName
{
color: #686DEF;
}
.AnyTagClassName
{
color: #686DEF;
}
</style>
background-color css
<style>
a { background-color: #686DEF; }
a { background-color: rgb(104,109,239); }
div.DivClassName
{
background-color: #686DEF;
}
.BgClassName
{
background-color: #686DEF;
}
</style>
border-color css
<style>
span { border-color: #686DEF; }
span { border-color: rgb(104,109,239); }
td.TdClassName
{
border-color: #686DEF;
}
.TagClassName
{
border-color: #686DEF;
}
</style>