Shades of Medium Slate Blue #6E6AF2
Tints of Medium Slate Blue #6E6AF2
RGB
CMYK
RGB Variations
Color information
#6E6AF2 (or 0x6E6AF2) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and F2. RGB value is (110,106,242). Sum of RGB (Red+Green+Blue) = 110+106+242=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E6AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AF2 is #91950D. Grayscale: #7A7A7A. Windows color (decimal): -9540878 or 15886958. OLE color: 15886958.
HSL color Cylindrical-coordinate representation of color #6E6AF2: hue angle of 241.76º degrees, saturation: 0.84, 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 #6E6AF2 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 106 | 242 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.05 |
| HSL | 241.76º | 0.84% | 0.68% | - |
| HSV(B) | 241.76º | 0.56% | 0.95% | - |
| XYZ | 27.61 | 20.03 | 86.42 | - |
| YUV | 122.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 242 | 0.55 | 0.56 | 0 | 0.05 | 241.76 | 0.84 | 0.68 |
| Hex | 6E | 6A | F2 | 37 | 38 | 0 | 5 | F2 | 54 | 44 |
| Octal | 156 | 152 | 362 | 67 | 70 | 0 | 5 | 362 | 124 | 104 |
| Binary | 1101110 | 1101010 | 11110010 | 110111 | 111000 | 0 | 101 | 11110010 | 1010100 | 1000100 |
Color Harmonies of #6E6AF2
Complementary color
Monochromatic Colors of #6E6AF2
Black with #6E6AF2
Text Example
Text Example
White with #6E6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AF2; }
p { color: rgb(110,106,242); }
H1.HeaderClassName
{
color: #6E6AF2;
}
.AnyTagClassName
{
color: #6E6AF2;
}
</style>
background-color css
<style>
a { background-color: #6E6AF2; }
a { background-color: rgb(110,106,242); }
div.DivClassName
{
background-color: #6E6AF2;
}
.BgClassName
{
background-color: #6E6AF2;
}
</style>
border-color css
<style>
span { border-color: #6E6AF2; }
span { border-color: rgb(110,106,242); }
td.TdClassName
{
border-color: #6E6AF2;
}
.TagClassName
{
border-color: #6E6AF2;
}
</style>