Shades of Medium Slate Blue #6A6EEA
Tints of Medium Slate Blue #6A6EEA
RGB
CMYK
RGB Variations
Color information
#6A6EEA (or 0x6A6EEA) is known color: Medium Slate Blue. HEX triplet: 6A, 6E and EA. RGB value is (106,110,234). Sum of RGB (Red+Green+Blue) = 106+110+234=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A6EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6EEA is #959115. Grayscale: #7A7A7A. Windows color (decimal): -9802006 or 15363690. OLE color: 15363690.
HSL color Cylindrical-coordinate representation of color #6A6EEA: hue angle of 238.12º degrees, saturation: 0.75, 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 #6A6EEA is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 110 | 234 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.08 |
| HSL | 238.13º | 0.75% | 0.67% | - |
| HSV(B) | 238.13º | 0.55% | 0.92% | - |
| XYZ | 26.37 | 20.16 | 80.34 | - |
| YUV | 122.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 234 | 0.55 | 0.53 | 0 | 0.08 | 238.13 | 0.75 | 0.67 |
| Hex | 6A | 6E | EA | 37 | 35 | 0 | 8 | EE | 4B | 43 |
| Octal | 152 | 156 | 352 | 67 | 65 | 0 | 10 | 356 | 113 | 103 |
| Binary | 1101010 | 1101110 | 11101010 | 110111 | 110101 | 0 | 1000 | 11101110 | 1001011 | 1000011 |
Color Harmonies of #6A6EEA
Complementary color
Monochromatic Colors of #6A6EEA
Black with #6A6EEA
Text Example
Text Example
White with #6A6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6EEA; }
p { color: rgb(106,110,234); }
H1.HeaderClassName
{
color: #6A6EEA;
}
.AnyTagClassName
{
color: #6A6EEA;
}
</style>
background-color css
<style>
a { background-color: #6A6EEA; }
a { background-color: rgb(106,110,234); }
div.DivClassName
{
background-color: #6A6EEA;
}
.BgClassName
{
background-color: #6A6EEA;
}
</style>
border-color css
<style>
span { border-color: #6A6EEA; }
span { border-color: rgb(106,110,234); }
td.TdClassName
{
border-color: #6A6EEA;
}
.TagClassName
{
border-color: #6A6EEA;
}
</style>