Shades of Medium Slate Blue #6A5EFF
Tints of Medium Slate Blue #6A5EFF
RGB
CMYK
RGB Variations
Color information
#6A5EFF (or 0x6A5EFF) is known color: Medium Slate Blue. HEX triplet: 6A, 5E and FF. RGB value is (106,94,255). Sum of RGB (Red+Green+Blue) = 106+94+255=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A5EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5EFF is #95A100. Grayscale: #737373. Windows color (decimal): -9806081 or 16735850. OLE color: 16735850.
HSL color Cylindrical-coordinate representation of color #6A5EFF: hue angle of 244.47º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A5EFF is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 94 | 255 | - |
| CMYK | 0.58 | 0.63 | 0 | 0 |
| HSL | 244.47º | 1% | 0.68% | - |
| HSV(B) | 244.47º | 0.63% | 1% | - |
| XYZ | 28 | 18.29 | 96.66 | - |
| YUV | 115.94 | 206.48 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 255 | 0.58 | 0.63 | 0 | 0 | 244.47 | 1 | 0.68 |
| Hex | 6A | 5E | FF | 3A | 3F | 0 | 0 | F4 | 64 | 44 |
| Octal | 152 | 136 | 377 | 72 | 77 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1101010 | 1011110 | 11111111 | 111010 | 111111 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #6A5EFF
Complementary color
Monochromatic Colors of #6A5EFF
Black with #6A5EFF
Text Example
Text Example
White with #6A5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5EFF; }
p { color: rgb(106,94,255); }
H1.HeaderClassName
{
color: #6A5EFF;
}
.AnyTagClassName
{
color: #6A5EFF;
}
</style>
background-color css
<style>
a { background-color: #6A5EFF; }
a { background-color: rgb(106,94,255); }
div.DivClassName
{
background-color: #6A5EFF;
}
.BgClassName
{
background-color: #6A5EFF;
}
</style>
border-color css
<style>
span { border-color: #6A5EFF; }
span { border-color: rgb(106,94,255); }
td.TdClassName
{
border-color: #6A5EFF;
}
.TagClassName
{
border-color: #6A5EFF;
}
</style>