Shades of Medium Slate Blue #686DFB
Tints of Medium Slate Blue #686DFB
RGB
CMYK
RGB Variations
Color information
#686DFB (or 0x686DFB) is known color: Medium Slate Blue. HEX triplet: 68, 6D and FB. RGB value is (104,109,251). Sum of RGB (Red+Green+Blue) = 104+109+251=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #686DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DFB is #979204. Grayscale: #7B7B7B. Windows color (decimal): -9933317 or 16477544. OLE color: 16477544.
HSL color Cylindrical-coordinate representation of color #686DFB: hue angle of 237.96º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686DFB is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 109 | 251 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.02 |
| HSL | 237.96º | 0.95% | 0.7% | - |
| HSV(B) | 237.96º | 0.59% | 0.98% | - |
| XYZ | 28.59 | 20.85 | 93.78 | - |
| YUV | 123.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 251 | 0.59 | 0.57 | 0 | 0.02 | 237.96 | 0.95 | 0.7 |
| Hex | 68 | 6D | FB | 3B | 39 | 0 | 2 | EE | 5F | 46 |
| Octal | 150 | 155 | 373 | 73 | 71 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101000 | 1101101 | 11111011 | 111011 | 111001 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #686DFB
Complementary color
Monochromatic Colors of #686DFB
Black with #686DFB
Text Example
Text Example
White with #686DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DFB; }
p { color: rgb(104,109,251); }
H1.HeaderClassName
{
color: #686DFB;
}
.AnyTagClassName
{
color: #686DFB;
}
</style>
background-color css
<style>
a { background-color: #686DFB; }
a { background-color: rgb(104,109,251); }
div.DivClassName
{
background-color: #686DFB;
}
.BgClassName
{
background-color: #686DFB;
}
</style>
border-color css
<style>
span { border-color: #686DFB; }
span { border-color: rgb(104,109,251); }
td.TdClassName
{
border-color: #686DFB;
}
.TagClassName
{
border-color: #686DFB;
}
</style>