Shades of Medium Slate Blue #686BEF
Tints of Medium Slate Blue #686BEF
RGB
CMYK
RGB Variations
Color information
#686BEF (or 0x686BEF) is known color: Medium Slate Blue. HEX triplet: 68, 6B and EF. RGB value is (104,107,239). Sum of RGB (Red+Green+Blue) = 104+107+239=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #686BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BEF is #979410. Grayscale: #787878. Windows color (decimal): -9933841 or 15690600. OLE color: 15690600.
HSL color Cylindrical-coordinate representation of color #686BEF: hue angle of 238.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686BEF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 107 | 239 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.06 |
| HSL | 238.67º | 0.81% | 0.67% | - |
| HSV(B) | 238.67º | 0.56% | 0.94% | - |
| XYZ | 26.55 | 19.69 | 84.06 | - |
| YUV | 121.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 239 | 0.56 | 0.55 | 0 | 0.06 | 238.67 | 0.81 | 0.67 |
| Hex | 68 | 6B | EF | 38 | 37 | 0 | 6 | EF | 51 | 43 |
| Octal | 150 | 153 | 357 | 70 | 67 | 0 | 6 | 357 | 121 | 103 |
| Binary | 1101000 | 1101011 | 11101111 | 111000 | 110111 | 0 | 110 | 11101111 | 1010001 | 1000011 |
Color Harmonies of #686BEF
Complementary color
Monochromatic Colors of #686BEF
Black with #686BEF
Text Example
Text Example
White with #686BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BEF; }
p { color: rgb(104,107,239); }
H1.HeaderClassName
{
color: #686BEF;
}
.AnyTagClassName
{
color: #686BEF;
}
</style>
background-color css
<style>
a { background-color: #686BEF; }
a { background-color: rgb(104,107,239); }
div.DivClassName
{
background-color: #686BEF;
}
.BgClassName
{
background-color: #686BEF;
}
</style>
border-color css
<style>
span { border-color: #686BEF; }
span { border-color: rgb(104,107,239); }
td.TdClassName
{
border-color: #686BEF;
}
.TagClassName
{
border-color: #686BEF;
}
</style>