Shades of Medium Slate Blue #686BDF
Tints of Medium Slate Blue #686BDF
RGB
CMYK
RGB Variations
Color information
#686BDF (or 0x686BDF) is known color: Medium Slate Blue. HEX triplet: 68, 6B and DF. RGB value is (104,107,223). Sum of RGB (Red+Green+Blue) = 104+107+223=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #686BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDF is #979420. Grayscale: #767676. Windows color (decimal): -9933857 or 14642024. OLE color: 14642024.
HSL color Cylindrical-coordinate representation of color #686BDF: hue angle of 238.49º 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 #686BDF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 107 | 223 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 238.49º | 0.65% | 0.64% | - |
| HSV(B) | 238.49º | 0.53% | 0.87% | - |
| XYZ | 24.29 | 18.79 | 72.16 | - |
| YUV | 119.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 223 | 0.53 | 0.52 | 0 | 0.13 | 238.49 | 0.65 | 0.64 |
| Hex | 68 | 6B | DF | 35 | 34 | 0 | D | EE | 41 | 40 |
| Octal | 150 | 153 | 337 | 65 | 64 | 0 | 15 | 356 | 101 | 100 |
| Binary | 1101000 | 1101011 | 11011111 | 110101 | 110100 | 0 | 1101 | 11101110 | 1000001 | 1000000 |
Color Harmonies of #686BDF
Complementary color
Monochromatic Colors of #686BDF
Black with #686BDF
Text Example
Text Example
White with #686BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BDF; }
p { color: rgb(104,107,223); }
H1.HeaderClassName
{
color: #686BDF;
}
.AnyTagClassName
{
color: #686BDF;
}
</style>
background-color css
<style>
a { background-color: #686BDF; }
a { background-color: rgb(104,107,223); }
div.DivClassName
{
background-color: #686BDF;
}
.BgClassName
{
background-color: #686BDF;
}
</style>
border-color css
<style>
span { border-color: #686BDF; }
span { border-color: rgb(104,107,223); }
td.TdClassName
{
border-color: #686BDF;
}
.TagClassName
{
border-color: #686BDF;
}
</style>