Shades of Medium Slate Blue #686DDF
Tints of Medium Slate Blue #686DDF
RGB
CMYK
RGB Variations
Color information
#686DDF (or 0x686DDF) is known color: Medium Slate Blue. HEX triplet: 68, 6D and DF. RGB value is (104,109,223). Sum of RGB (Red+Green+Blue) = 104+109+223=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #686DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDF is #979220. Grayscale: #787878. Windows color (decimal): -9933345 or 14642536. OLE color: 14642536.
HSL color Cylindrical-coordinate representation of color #686DDF: hue angle of 237.48º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686DDF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 109 | 223 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.13 |
| HSL | 237.48º | 0.65% | 0.64% | - |
| HSV(B) | 237.48º | 0.53% | 0.87% | - |
| XYZ | 24.5 | 19.21 | 72.23 | - |
| YUV | 120.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 223 | 0.53 | 0.51 | 0 | 0.13 | 237.48 | 0.65 | 0.64 |
| Hex | 68 | 6D | DF | 35 | 33 | 0 | D | ED | 41 | 40 |
| Octal | 150 | 155 | 337 | 65 | 63 | 0 | 15 | 355 | 101 | 100 |
| Binary | 1101000 | 1101101 | 11011111 | 110101 | 110011 | 0 | 1101 | 11101101 | 1000001 | 1000000 |
Color Harmonies of #686DDF
Complementary color
Monochromatic Colors of #686DDF
Black with #686DDF
Text Example
Text Example
White with #686DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DDF; }
p { color: rgb(104,109,223); }
H1.HeaderClassName
{
color: #686DDF;
}
.AnyTagClassName
{
color: #686DDF;
}
</style>
background-color css
<style>
a { background-color: #686DDF; }
a { background-color: rgb(104,109,223); }
div.DivClassName
{
background-color: #686DDF;
}
.BgClassName
{
background-color: #686DDF;
}
</style>
border-color css
<style>
span { border-color: #686DDF; }
span { border-color: rgb(104,109,223); }
td.TdClassName
{
border-color: #686DDF;
}
.TagClassName
{
border-color: #686DDF;
}
</style>