Shades of Medium Slate Blue #6E6AF3
Tints of Medium Slate Blue #6E6AF3
RGB
CMYK
RGB Variations
Color information
#6E6AF3 (or 0x6E6AF3) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and F3. RGB value is (110,106,243). Sum of RGB (Red+Green+Blue) = 110+106+243=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #6E6AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AF3 is #91950C. Grayscale: #7A7A7A. Windows color (decimal): -9540877 or 15952494. OLE color: 15952494.
HSL color Cylindrical-coordinate representation of color #6E6AF3: hue angle of 241.75º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6AF3 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 106 | 243 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.05 |
| HSL | 241.75º | 0.85% | 0.68% | - |
| HSV(B) | 241.75º | 0.56% | 0.95% | - |
| XYZ | 27.76 | 20.09 | 87.21 | - |
| YUV | 122.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 243 | 0.55 | 0.56 | 0 | 0.05 | 241.75 | 0.85 | 0.68 |
| Hex | 6E | 6A | F3 | 37 | 38 | 0 | 5 | F2 | 55 | 44 |
| Octal | 156 | 152 | 363 | 67 | 70 | 0 | 5 | 362 | 125 | 104 |
| Binary | 1101110 | 1101010 | 11110011 | 110111 | 111000 | 0 | 101 | 11110010 | 1010101 | 1000100 |
Color Harmonies of #6E6AF3
Complementary color
Monochromatic Colors of #6E6AF3
Black with #6E6AF3
Text Example
Text Example
White with #6E6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AF3; }
p { color: rgb(110,106,243); }
H1.HeaderClassName
{
color: #6E6AF3;
}
.AnyTagClassName
{
color: #6E6AF3;
}
</style>
background-color css
<style>
a { background-color: #6E6AF3; }
a { background-color: rgb(110,106,243); }
div.DivClassName
{
background-color: #6E6AF3;
}
.BgClassName
{
background-color: #6E6AF3;
}
</style>
border-color css
<style>
span { border-color: #6E6AF3; }
span { border-color: rgb(110,106,243); }
td.TdClassName
{
border-color: #6E6AF3;
}
.TagClassName
{
border-color: #6E6AF3;
}
</style>