Shades of Medium Slate Blue #6E6FFA
Tints of Medium Slate Blue #6E6FFA
RGB
CMYK
RGB Variations
Color information
#6E6FFA (or 0x6E6FFA) is known color: Medium Slate Blue. HEX triplet: 6E, 6F and FA. RGB value is (110,111,250). Sum of RGB (Red+Green+Blue) = 110+111+250=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6FFA is #919005. Grayscale: #7D7D7D. Windows color (decimal): -9539590 or 16412526. OLE color: 16412526.
HSL color Cylindrical-coordinate representation of color #6E6FFA: hue angle of 239.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6FFA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 111 | 250 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.02 |
| HSL | 239.57º | 0.93% | 0.71% | - |
| HSV(B) | 239.57º | 0.56% | 0.98% | - |
| XYZ | 29.37 | 21.59 | 93.06 | - |
| YUV | 126.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 250 | 0.56 | 0.56 | 0 | 0.02 | 239.57 | 0.93 | 0.71 |
| Hex | 6E | 6F | FA | 38 | 38 | 0 | 2 | F0 | 5D | 47 |
| Octal | 156 | 157 | 372 | 70 | 70 | 0 | 2 | 360 | 135 | 107 |
| Binary | 1101110 | 1101111 | 11111010 | 111000 | 111000 | 0 | 10 | 11110000 | 1011101 | 1000111 |
Color Harmonies of #6E6FFA
Complementary color
Monochromatic Colors of #6E6FFA
Black with #6E6FFA
Text Example
Text Example
White with #6E6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6FFA; }
p { color: rgb(110,111,250); }
H1.HeaderClassName
{
color: #6E6FFA;
}
.AnyTagClassName
{
color: #6E6FFA;
}
</style>
background-color css
<style>
a { background-color: #6E6FFA; }
a { background-color: rgb(110,111,250); }
div.DivClassName
{
background-color: #6E6FFA;
}
.BgClassName
{
background-color: #6E6FFA;
}
</style>
border-color css
<style>
span { border-color: #6E6FFA; }
span { border-color: rgb(110,111,250); }
td.TdClassName
{
border-color: #6E6FFA;
}
.TagClassName
{
border-color: #6E6FFA;
}
</style>