Shades of Medium Slate Blue #6E6FFC
Tints of Medium Slate Blue #6E6FFC
RGB
CMYK
RGB Variations
Color information
#6E6FFC (or 0x6E6FFC) is known color: Medium Slate Blue. HEX triplet: 6E, 6F and FC. RGB value is (110,111,252). Sum of RGB (Red+Green+Blue) = 110+111+252=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E6FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6FFC is #919003. Grayscale: #7E7E7E. Windows color (decimal): -9539588 or 16543598. OLE color: 16543598.
HSL color Cylindrical-coordinate representation of color #6E6FFC: hue angle of 239.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6FFC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 111 | 252 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.01 |
| HSL | 239.58º | 0.96% | 0.71% | - |
| HSV(B) | 239.58º | 0.56% | 0.99% | - |
| XYZ | 29.69 | 21.71 | 94.72 | - |
| YUV | 126.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 252 | 0.56 | 0.56 | 0 | 0.01 | 239.58 | 0.96 | 0.71 |
| Hex | 6E | 6F | FC | 38 | 38 | 0 | 1 | F0 | 60 | 47 |
| Octal | 156 | 157 | 374 | 70 | 70 | 0 | 1 | 360 | 140 | 107 |
| Binary | 1101110 | 1101111 | 11111100 | 111000 | 111000 | 0 | 1 | 11110000 | 1100000 | 1000111 |
Color Harmonies of #6E6FFC
Complementary color
Monochromatic Colors of #6E6FFC
Black with #6E6FFC
Text Example
Text Example
White with #6E6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FFC; }
p { color: rgb(110,111,252); }
H1.HeaderClassName
{
color: #6E6FFC;
}
.AnyTagClassName
{
color: #6E6FFC;
}
</style>
background-color css
<style>
a { background-color: #6E6FFC; }
a { background-color: rgb(110,111,252); }
div.DivClassName
{
background-color: #6E6FFC;
}
.BgClassName
{
background-color: #6E6FFC;
}
</style>
border-color css
<style>
span { border-color: #6E6FFC; }
span { border-color: rgb(110,111,252); }
td.TdClassName
{
border-color: #6E6FFC;
}
.TagClassName
{
border-color: #6E6FFC;
}
</style>