Shades of Medium Slate Blue #686BFF
Tints of Medium Slate Blue #686BFF
RGB
CMYK
RGB Variations
Color information
#686BFF (or 0x686BFF) is known color: Medium Slate Blue. HEX triplet: 68, 6B and FF. RGB value is (104,107,255). Sum of RGB (Red+Green+Blue) = 104+107+255=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #686BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BFF is #979400. Grayscale: #7A7A7A. Windows color (decimal): -9933825 or 16739176. OLE color: 16739176.
HSL color Cylindrical-coordinate representation of color #686BFF: hue angle of 238.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686BFF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 107 | 255 | - |
| CMYK | 0.59 | 0.58 | 0 | 0 |
| HSL | 238.81º | 1% | 0.7% | - |
| HSV(B) | 238.81º | 0.59% | 1% | - |
| XYZ | 29.02 | 20.68 | 97.07 | - |
| YUV | 122.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 255 | 0.59 | 0.58 | 0 | 0 | 238.81 | 1 | 0.7 |
| Hex | 68 | 6B | FF | 3B | 3A | 0 | 0 | EF | 64 | 46 |
| Octal | 150 | 153 | 377 | 73 | 72 | 0 | 0 | 357 | 144 | 106 |
| Binary | 1101000 | 1101011 | 11111111 | 111011 | 111010 | 0 | 0 | 11101111 | 1100100 | 1000110 |
Color Harmonies of #686BFF
Complementary color
Monochromatic Colors of #686BFF
Black with #686BFF
Text Example
Text Example
White with #686BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BFF; }
p { color: rgb(104,107,255); }
H1.HeaderClassName
{
color: #686BFF;
}
.AnyTagClassName
{
color: #686BFF;
}
</style>
background-color css
<style>
a { background-color: #686BFF; }
a { background-color: rgb(104,107,255); }
div.DivClassName
{
background-color: #686BFF;
}
.BgClassName
{
background-color: #686BFF;
}
</style>
border-color css
<style>
span { border-color: #686BFF; }
span { border-color: rgb(104,107,255); }
td.TdClassName
{
border-color: #686BFF;
}
.TagClassName
{
border-color: #686BFF;
}
</style>