Shades of Medium Slate Blue #686BEA
Tints of Medium Slate Blue #686BEA
RGB
CMYK
RGB Variations
Color information
#686BEA (or 0x686BEA) is known color: Medium Slate Blue. HEX triplet: 68, 6B and EA. RGB value is (104,107,234). Sum of RGB (Red+Green+Blue) = 104+107+234=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #686BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BEA is #979415. Grayscale: #787878. Windows color (decimal): -9933846 or 15362920. OLE color: 15362920.
HSL color Cylindrical-coordinate representation of color #686BEA: hue angle of 238.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686BEA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 107 | 234 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.08 |
| HSL | 238.62º | 0.76% | 0.66% | - |
| HSV(B) | 238.62º | 0.56% | 0.92% | - |
| XYZ | 25.82 | 19.4 | 80.23 | - |
| YUV | 120.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 234 | 0.56 | 0.54 | 0 | 0.08 | 238.62 | 0.76 | 0.66 |
| Hex | 68 | 6B | EA | 38 | 36 | 0 | 8 | EF | 4C | 42 |
| Octal | 150 | 153 | 352 | 70 | 66 | 0 | 10 | 357 | 114 | 102 |
| Binary | 1101000 | 1101011 | 11101010 | 111000 | 110110 | 0 | 1000 | 11101111 | 1001100 | 1000010 |
Color Harmonies of #686BEA
Complementary color
Monochromatic Colors of #686BEA
Black with #686BEA
Text Example
Text Example
White with #686BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BEA; }
p { color: rgb(104,107,234); }
H1.HeaderClassName
{
color: #686BEA;
}
.AnyTagClassName
{
color: #686BEA;
}
</style>
background-color css
<style>
a { background-color: #686BEA; }
a { background-color: rgb(104,107,234); }
div.DivClassName
{
background-color: #686BEA;
}
.BgClassName
{
background-color: #686BEA;
}
</style>
border-color css
<style>
span { border-color: #686BEA; }
span { border-color: rgb(104,107,234); }
td.TdClassName
{
border-color: #686BEA;
}
.TagClassName
{
border-color: #686BEA;
}
</style>