Shades of Medium Slate Blue #6A4EF6
Tints of Medium Slate Blue #6A4EF6
RGB
CMYK
RGB Variations
Color information
#6A4EF6 (or 0x6A4EF6) is known color: Medium Slate Blue. HEX triplet: 6A, 4E and F6. RGB value is (106,78,246). Sum of RGB (Red+Green+Blue) = 106+78+246=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A4EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4EF6 is #95B109. Grayscale: #686868. Windows color (decimal): -9810186 or 16141930. OLE color: 16141930.
HSL color Cylindrical-coordinate representation of color #6A4EF6: hue angle of 250º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A4EF6 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 78 | 246 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.04 |
| HSL | 250º | 0.9% | 0.64% | - |
| HSV(B) | 250º | 0.68% | 0.96% | - |
| XYZ | 25.3 | 15.17 | 88.78 | - |
| YUV | 105.52 | 207.28 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 246 | 0.57 | 0.68 | 0 | 0.04 | 250 | 0.9 | 0.64 |
| Hex | 6A | 4E | F6 | 39 | 44 | 0 | 4 | FA | 5A | 40 |
| Octal | 152 | 116 | 366 | 71 | 104 | 0 | 4 | 372 | 132 | 100 |
| Binary | 1101010 | 1001110 | 11110110 | 111001 | 1000100 | 0 | 100 | 11111010 | 1011010 | 1000000 |
Color Harmonies of #6A4EF6
Complementary color
Monochromatic Colors of #6A4EF6
Black with #6A4EF6
Text Example
Text Example
White with #6A4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4EF6; }
p { color: rgb(106,78,246); }
H1.HeaderClassName
{
color: #6A4EF6;
}
.AnyTagClassName
{
color: #6A4EF6;
}
</style>
background-color css
<style>
a { background-color: #6A4EF6; }
a { background-color: rgb(106,78,246); }
div.DivClassName
{
background-color: #6A4EF6;
}
.BgClassName
{
background-color: #6A4EF6;
}
</style>
border-color css
<style>
span { border-color: #6A4EF6; }
span { border-color: rgb(106,78,246); }
td.TdClassName
{
border-color: #6A4EF6;
}
.TagClassName
{
border-color: #6A4EF6;
}
</style>