Shades of Medium Slate Blue #6E68EF
Tints of Medium Slate Blue #6E68EF
RGB
CMYK
RGB Variations
Color information
#6E68EF (or 0x6E68EF) is known color: Medium Slate Blue. HEX triplet: 6E, 68 and EF. RGB value is (110,104,239). Sum of RGB (Red+Green+Blue) = 110+104+239=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E68EF is #919710. Grayscale: #787878. Windows color (decimal): -9541393 or 15689838. OLE color: 15689838.
HSL color Cylindrical-coordinate representation of color #6E68EF: hue angle of 242.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 #6E68EF is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 104 | 239 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.06 |
| HSL | 242.67º | 0.81% | 0.67% | - |
| HSV(B) | 242.67º | 0.56% | 0.94% | - |
| XYZ | 26.96 | 19.45 | 83.99 | - |
| YUV | 121.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 239 | 0.54 | 0.56 | 0 | 0.06 | 242.67 | 0.81 | 0.67 |
| Hex | 6E | 68 | EF | 36 | 38 | 0 | 6 | F3 | 51 | 43 |
| Octal | 156 | 150 | 357 | 66 | 70 | 0 | 6 | 363 | 121 | 103 |
| Binary | 1101110 | 1101000 | 11101111 | 110110 | 111000 | 0 | 110 | 11110011 | 1010001 | 1000011 |
Color Harmonies of #6E68EF
Complementary color
Monochromatic Colors of #6E68EF
Black with #6E68EF
Text Example
Text Example
White with #6E68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68EF; }
p { color: rgb(110,104,239); }
H1.HeaderClassName
{
color: #6E68EF;
}
.AnyTagClassName
{
color: #6E68EF;
}
</style>
background-color css
<style>
a { background-color: #6E68EF; }
a { background-color: rgb(110,104,239); }
div.DivClassName
{
background-color: #6E68EF;
}
.BgClassName
{
background-color: #6E68EF;
}
</style>
border-color css
<style>
span { border-color: #6E68EF; }
span { border-color: rgb(110,104,239); }
td.TdClassName
{
border-color: #6E68EF;
}
.TagClassName
{
border-color: #6E68EF;
}
</style>