Shades of Medium Slate Blue #6A6EEF
Tints of Medium Slate Blue #6A6EEF
RGB
CMYK
RGB Variations
Color information
#6A6EEF (or 0x6A6EEF) is known color: Medium Slate Blue. HEX triplet: 6A, 6E and EF. RGB value is (106,110,239). Sum of RGB (Red+Green+Blue) = 106+110+239=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6EEF is #959110. Grayscale: #7A7A7A. Windows color (decimal): -9802001 or 15691370. OLE color: 15691370.
HSL color Cylindrical-coordinate representation of color #6A6EEF: hue angle of 238.2º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A6EEF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 110 | 239 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.06 |
| HSL | 238.2º | 0.81% | 0.68% | - |
| HSV(B) | 238.2º | 0.56% | 0.94% | - |
| XYZ | 27.1 | 20.45 | 84.18 | - |
| YUV | 123.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 239 | 0.56 | 0.54 | 0 | 0.06 | 238.2 | 0.81 | 0.68 |
| Hex | 6A | 6E | EF | 38 | 36 | 0 | 6 | EE | 51 | 44 |
| Octal | 152 | 156 | 357 | 70 | 66 | 0 | 6 | 356 | 121 | 104 |
| Binary | 1101010 | 1101110 | 11101111 | 111000 | 110110 | 0 | 110 | 11101110 | 1010001 | 1000100 |
Color Harmonies of #6A6EEF
Complementary color
Monochromatic Colors of #6A6EEF
Black with #6A6EEF
Text Example
Text Example
White with #6A6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6EEF; }
p { color: rgb(106,110,239); }
H1.HeaderClassName
{
color: #6A6EEF;
}
.AnyTagClassName
{
color: #6A6EEF;
}
</style>
background-color css
<style>
a { background-color: #6A6EEF; }
a { background-color: rgb(106,110,239); }
div.DivClassName
{
background-color: #6A6EEF;
}
.BgClassName
{
background-color: #6A6EEF;
}
</style>
border-color css
<style>
span { border-color: #6A6EEF; }
span { border-color: rgb(106,110,239); }
td.TdClassName
{
border-color: #6A6EEF;
}
.TagClassName
{
border-color: #6A6EEF;
}
</style>