Shades of Medium Slate Blue #6E6FFD
Tints of Medium Slate Blue #6E6FFD
RGB
CMYK
RGB Variations
Color information
#6E6FFD (or 0x6E6FFD) is known color: Medium Slate Blue. HEX triplet: 6E, 6F and FD. RGB value is (110,111,253). Sum of RGB (Red+Green+Blue) = 110+111+253=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6FFD is #919002. Grayscale: #7E7E7E. Windows color (decimal): -9539587 or 16609134. OLE color: 16609134.
HSL color Cylindrical-coordinate representation of color #6E6FFD: hue angle of 239.58º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E6FFD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 111 | 253 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.01 |
| HSL | 239.58º | 0.97% | 0.71% | - |
| HSV(B) | 239.58º | 0.57% | 0.99% | - |
| XYZ | 29.84 | 21.78 | 95.56 | - |
| YUV | 126.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 253 | 0.57 | 0.56 | 0 | 0.01 | 239.58 | 0.97 | 0.71 |
| Hex | 6E | 6F | FD | 39 | 38 | 0 | 1 | F0 | 61 | 47 |
| Octal | 156 | 157 | 375 | 71 | 70 | 0 | 1 | 360 | 141 | 107 |
| Binary | 1101110 | 1101111 | 11111101 | 111001 | 111000 | 0 | 1 | 11110000 | 1100001 | 1000111 |
Color Harmonies of #6E6FFD
Complementary color
Monochromatic Colors of #6E6FFD
Black with #6E6FFD
Text Example
Text Example
White with #6E6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FFD; }
p { color: rgb(110,111,253); }
H1.HeaderClassName
{
color: #6E6FFD;
}
.AnyTagClassName
{
color: #6E6FFD;
}
</style>
background-color css
<style>
a { background-color: #6E6FFD; }
a { background-color: rgb(110,111,253); }
div.DivClassName
{
background-color: #6E6FFD;
}
.BgClassName
{
background-color: #6E6FFD;
}
</style>
border-color css
<style>
span { border-color: #6E6FFD; }
span { border-color: rgb(110,111,253); }
td.TdClassName
{
border-color: #6E6FFD;
}
.TagClassName
{
border-color: #6E6FFD;
}
</style>