Shades of Medium Slate Blue #686BE8
Tints of Medium Slate Blue #686BE8
RGB
CMYK
RGB Variations
Color information
#686BE8 (or 0x686BE8) is known color: Medium Slate Blue. HEX triplet: 68, 6B and E8. RGB value is (104,107,232). Sum of RGB (Red+Green+Blue) = 104+107+232=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #686BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BE8 is #979417. Grayscale: #777777. Windows color (decimal): -9933848 or 15231848. OLE color: 15231848.
HSL color Cylindrical-coordinate representation of color #686BE8: hue angle of 238.59º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686BE8 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 107 | 232 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.09 |
| HSL | 238.59º | 0.74% | 0.66% | - |
| HSV(B) | 238.59º | 0.55% | 0.91% | - |
| XYZ | 25.53 | 19.28 | 78.72 | - |
| YUV | 120.35 | 191.01 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 232 | 0.55 | 0.54 | 0 | 0.09 | 238.59 | 0.74 | 0.66 |
| Hex | 68 | 6B | E8 | 37 | 36 | 0 | 9 | EF | 4A | 42 |
| Octal | 150 | 153 | 350 | 67 | 66 | 0 | 11 | 357 | 112 | 102 |
| Binary | 1101000 | 1101011 | 11101000 | 110111 | 110110 | 0 | 1001 | 11101111 | 1001010 | 1000010 |
Color Harmonies of #686BE8
Complementary color
Monochromatic Colors of #686BE8
Black with #686BE8
Text Example
Text Example
White with #686BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BE8; }
p { color: rgb(104,107,232); }
H1.HeaderClassName
{
color: #686BE8;
}
.AnyTagClassName
{
color: #686BE8;
}
</style>
background-color css
<style>
a { background-color: #686BE8; }
a { background-color: rgb(104,107,232); }
div.DivClassName
{
background-color: #686BE8;
}
.BgClassName
{
background-color: #686BE8;
}
</style>
border-color css
<style>
span { border-color: #686BE8; }
span { border-color: rgb(104,107,232); }
td.TdClassName
{
border-color: #686BE8;
}
.TagClassName
{
border-color: #686BE8;
}
</style>