Shades of Medium Slate Blue #686BE6
Tints of Medium Slate Blue #686BE6
RGB
CMYK
RGB Variations
Color information
#686BE6 (or 0x686BE6) is known color: Medium Slate Blue. HEX triplet: 68, 6B and E6. RGB value is (104,107,230). Sum of RGB (Red+Green+Blue) = 104+107+230=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #686BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BE6 is #979419. Grayscale: #777777. Windows color (decimal): -9933850 or 15100776. OLE color: 15100776.
HSL color Cylindrical-coordinate representation of color #686BE6: hue angle of 238.57º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686BE6 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 107 | 230 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.10 |
| HSL | 238.57º | 0.72% | 0.65% | - |
| HSV(B) | 238.57º | 0.55% | 0.9% | - |
| XYZ | 25.25 | 19.17 | 77.23 | - |
| YUV | 120.13 | 190.01 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 230 | 0.55 | 0.53 | 0 | 0.10 | 238.57 | 0.72 | 0.65 |
| Hex | 68 | 6B | E6 | 37 | 35 | 0 | A | EF | 48 | 41 |
| Octal | 150 | 153 | 346 | 67 | 65 | 0 | 12 | 357 | 110 | 101 |
| Binary | 1101000 | 1101011 | 11100110 | 110111 | 110101 | 0 | 1010 | 11101111 | 1001000 | 1000001 |
Color Harmonies of #686BE6
Complementary color
Monochromatic Colors of #686BE6
Black with #686BE6
Text Example
Text Example
White with #686BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BE6; }
p { color: rgb(104,107,230); }
H1.HeaderClassName
{
color: #686BE6;
}
.AnyTagClassName
{
color: #686BE6;
}
</style>
background-color css
<style>
a { background-color: #686BE6; }
a { background-color: rgb(104,107,230); }
div.DivClassName
{
background-color: #686BE6;
}
.BgClassName
{
background-color: #686BE6;
}
</style>
border-color css
<style>
span { border-color: #686BE6; }
span { border-color: rgb(104,107,230); }
td.TdClassName
{
border-color: #686BE6;
}
.TagClassName
{
border-color: #686BE6;
}
</style>