Shades of Medium Slate Blue #6A5EFA
Tints of Medium Slate Blue #6A5EFA
RGB
CMYK
RGB Variations
Color information
#6A5EFA (or 0x6A5EFA) is known color: Medium Slate Blue. HEX triplet: 6A, 5E and FA. RGB value is (106,94,250). Sum of RGB (Red+Green+Blue) = 106+94+250=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5EFA is #95A105. Grayscale: #727272. Windows color (decimal): -9806086 or 16408170. OLE color: 16408170.
HSL color Cylindrical-coordinate representation of color #6A5EFA: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5EFA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 94 | 250 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.02 |
| HSL | 244.62º | 0.94% | 0.67% | - |
| HSV(B) | 244.62º | 0.62% | 0.98% | - |
| XYZ | 27.2 | 17.97 | 92.48 | - |
| YUV | 115.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 250 | 0.58 | 0.62 | 0 | 0.02 | 244.62 | 0.94 | 0.67 |
| Hex | 6A | 5E | FA | 3A | 3E | 0 | 2 | F5 | 5E | 43 |
| Octal | 152 | 136 | 372 | 72 | 76 | 0 | 2 | 365 | 136 | 103 |
| Binary | 1101010 | 1011110 | 11111010 | 111010 | 111110 | 0 | 10 | 11110101 | 1011110 | 1000011 |
Color Harmonies of #6A5EFA
Complementary color
Monochromatic Colors of #6A5EFA
Black with #6A5EFA
Text Example
Text Example
White with #6A5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5EFA; }
p { color: rgb(106,94,250); }
H1.HeaderClassName
{
color: #6A5EFA;
}
.AnyTagClassName
{
color: #6A5EFA;
}
</style>
background-color css
<style>
a { background-color: #6A5EFA; }
a { background-color: rgb(106,94,250); }
div.DivClassName
{
background-color: #6A5EFA;
}
.BgClassName
{
background-color: #6A5EFA;
}
</style>
border-color css
<style>
span { border-color: #6A5EFA; }
span { border-color: rgb(106,94,250); }
td.TdClassName
{
border-color: #6A5EFA;
}
.TagClassName
{
border-color: #6A5EFA;
}
</style>