Shades of Medium Slate Blue #6E66FF
Tints of Medium Slate Blue #6E66FF
RGB
CMYK
RGB Variations
Color information
#6E66FF (or 0x6E66FF) is known color: Medium Slate Blue. HEX triplet: 6E, 66 and FF. RGB value is (110,102,255). Sum of RGB (Red+Green+Blue) = 110+102+255=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E66FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E66FF is #919900. Grayscale: #797979. Windows color (decimal): -9541889 or 16737902. OLE color: 16737902.
HSL color Cylindrical-coordinate representation of color #6E66FF: hue angle of 243.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E66FF is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 102 | 255 | - |
| CMYK | 0.57 | 0.6 | 0 | 0 |
| HSL | 243.14º | 1% | 0.7% | - |
| HSV(B) | 243.14º | 0.6% | 1% | - |
| XYZ | 29.23 | 20.04 | 96.93 | - |
| YUV | 121.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 255 | 0.57 | 0.6 | 0 | 0 | 243.14 | 1 | 0.7 |
| Hex | 6E | 66 | FF | 39 | 3C | 0 | 0 | F3 | 64 | 46 |
| Octal | 156 | 146 | 377 | 71 | 74 | 0 | 0 | 363 | 144 | 106 |
| Binary | 1101110 | 1100110 | 11111111 | 111001 | 111100 | 0 | 0 | 11110011 | 1100100 | 1000110 |
Color Harmonies of #6E66FF
Complementary color
Monochromatic Colors of #6E66FF
Black with #6E66FF
Text Example
Text Example
White with #6E66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E66FF; }
p { color: rgb(110,102,255); }
H1.HeaderClassName
{
color: #6E66FF;
}
.AnyTagClassName
{
color: #6E66FF;
}
</style>
background-color css
<style>
a { background-color: #6E66FF; }
a { background-color: rgb(110,102,255); }
div.DivClassName
{
background-color: #6E66FF;
}
.BgClassName
{
background-color: #6E66FF;
}
</style>
border-color css
<style>
span { border-color: #6E66FF; }
span { border-color: rgb(110,102,255); }
td.TdClassName
{
border-color: #6E66FF;
}
.TagClassName
{
border-color: #6E66FF;
}
</style>