Shades of Medium Slate Blue #6A6EEB
Tints of Medium Slate Blue #6A6EEB
RGB
CMYK
RGB Variations
Color information
#6A6EEB (or 0x6A6EEB) is known color: Medium Slate Blue. HEX triplet: 6A, 6E and EB. RGB value is (106,110,235). Sum of RGB (Red+Green+Blue) = 106+110+235=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6EEB is #959114. Grayscale: #7A7A7A. Windows color (decimal): -9802005 or 15429226. OLE color: 15429226.
HSL color Cylindrical-coordinate representation of color #6A6EEB: hue angle of 238.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6EEB is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 110 | 235 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.08 |
| HSL | 238.14º | 0.76% | 0.67% | - |
| HSV(B) | 238.14º | 0.55% | 0.92% | - |
| XYZ | 26.52 | 20.21 | 81.1 | - |
| YUV | 123.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 235 | 0.55 | 0.53 | 0 | 0.08 | 238.14 | 0.76 | 0.67 |
| Hex | 6A | 6E | EB | 37 | 35 | 0 | 8 | EE | 4C | 43 |
| Octal | 152 | 156 | 353 | 67 | 65 | 0 | 10 | 356 | 114 | 103 |
| Binary | 1101010 | 1101110 | 11101011 | 110111 | 110101 | 0 | 1000 | 11101110 | 1001100 | 1000011 |
Color Harmonies of #6A6EEB
Complementary color
Monochromatic Colors of #6A6EEB
Black with #6A6EEB
Text Example
Text Example
White with #6A6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6EEB; }
p { color: rgb(106,110,235); }
H1.HeaderClassName
{
color: #6A6EEB;
}
.AnyTagClassName
{
color: #6A6EEB;
}
</style>
background-color css
<style>
a { background-color: #6A6EEB; }
a { background-color: rgb(106,110,235); }
div.DivClassName
{
background-color: #6A6EEB;
}
.BgClassName
{
background-color: #6A6EEB;
}
</style>
border-color css
<style>
span { border-color: #6A6EEB; }
span { border-color: rgb(106,110,235); }
td.TdClassName
{
border-color: #6A6EEB;
}
.TagClassName
{
border-color: #6A6EEB;
}
</style>