Shades of Medium Slate Blue #686CEA
Tints of Medium Slate Blue #686CEA
RGB
CMYK
RGB Variations
Color information
#686CEA (or 0x686CEA) is known color: Medium Slate Blue. HEX triplet: 68, 6C and EA. RGB value is (104,108,234). Sum of RGB (Red+Green+Blue) = 104+108+234=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #686CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CEA is #979315. Grayscale: #787878. Windows color (decimal): -9933590 or 15363176. OLE color: 15363176.
HSL color Cylindrical-coordinate representation of color #686CEA: hue angle of 238.15º 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 #686CEA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 108 | 234 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.08 |
| HSL | 238.15º | 0.76% | 0.66% | - |
| HSV(B) | 238.15º | 0.56% | 0.92% | - |
| XYZ | 25.92 | 19.61 | 80.26 | - |
| YUV | 121.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 234 | 0.56 | 0.54 | 0 | 0.08 | 238.15 | 0.76 | 0.66 |
| Hex | 68 | 6C | EA | 38 | 36 | 0 | 8 | EE | 4C | 42 |
| Octal | 150 | 154 | 352 | 70 | 66 | 0 | 10 | 356 | 114 | 102 |
| Binary | 1101000 | 1101100 | 11101010 | 111000 | 110110 | 0 | 1000 | 11101110 | 1001100 | 1000010 |
Color Harmonies of #686CEA
Complementary color
Monochromatic Colors of #686CEA
Black with #686CEA
Text Example
Text Example
White with #686CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CEA; }
p { color: rgb(104,108,234); }
H1.HeaderClassName
{
color: #686CEA;
}
.AnyTagClassName
{
color: #686CEA;
}
</style>
background-color css
<style>
a { background-color: #686CEA; }
a { background-color: rgb(104,108,234); }
div.DivClassName
{
background-color: #686CEA;
}
.BgClassName
{
background-color: #686CEA;
}
</style>
border-color css
<style>
span { border-color: #686CEA; }
span { border-color: rgb(104,108,234); }
td.TdClassName
{
border-color: #686CEA;
}
.TagClassName
{
border-color: #686CEA;
}
</style>