Shades of Medium Slate Blue #686BFB
Tints of Medium Slate Blue #686BFB
RGB
CMYK
RGB Variations
Color information
#686BFB (or 0x686BFB) is known color: Medium Slate Blue. HEX triplet: 68, 6B and FB. RGB value is (104,107,251). Sum of RGB (Red+Green+Blue) = 104+107+251=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #686BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BFB is #979404. Grayscale: #797979. Windows color (decimal): -9933829 or 16477032. OLE color: 16477032.
HSL color Cylindrical-coordinate representation of color #686BFB: hue angle of 238.78º 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 #686BFB is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 107 | 251 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.02 |
| HSL | 238.78º | 0.95% | 0.7% | - |
| HSV(B) | 238.78º | 0.59% | 0.98% | - |
| XYZ | 28.38 | 20.42 | 93.71 | - |
| YUV | 122.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 251 | 0.59 | 0.57 | 0 | 0.02 | 238.78 | 0.95 | 0.7 |
| Hex | 68 | 6B | FB | 3B | 39 | 0 | 2 | EF | 5F | 46 |
| Octal | 150 | 153 | 373 | 73 | 71 | 0 | 2 | 357 | 137 | 106 |
| Binary | 1101000 | 1101011 | 11111011 | 111011 | 111001 | 0 | 10 | 11101111 | 1011111 | 1000110 |
Color Harmonies of #686BFB
Complementary color
Monochromatic Colors of #686BFB
Black with #686BFB
Text Example
Text Example
White with #686BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BFB; }
p { color: rgb(104,107,251); }
H1.HeaderClassName
{
color: #686BFB;
}
.AnyTagClassName
{
color: #686BFB;
}
</style>
background-color css
<style>
a { background-color: #686BFB; }
a { background-color: rgb(104,107,251); }
div.DivClassName
{
background-color: #686BFB;
}
.BgClassName
{
background-color: #686BFB;
}
</style>
border-color css
<style>
span { border-color: #686BFB; }
span { border-color: rgb(104,107,251); }
td.TdClassName
{
border-color: #686BFB;
}
.TagClassName
{
border-color: #686BFB;
}
</style>