Shades of Medium Slate Blue #6B5AF6
Tints of Medium Slate Blue #6B5AF6
RGB
CMYK
RGB Variations
Color information
#6B5AF6 (or 0x6B5AF6) is known color: Medium Slate Blue. HEX triplet: 6B, 5A and F6. RGB value is (107,90,246). Sum of RGB (Red+Green+Blue) = 107+90+246=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B5AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5AF6 is #94A509. Grayscale: #707070. Windows color (decimal): -9741578 or 16145003. OLE color: 16145003.
HSL color Cylindrical-coordinate representation of color #6B5AF6: hue angle of 246.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5AF6 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 90 | 246 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.04 |
| HSL | 246.54º | 0.9% | 0.66% | - |
| HSV(B) | 246.54º | 0.63% | 0.96% | - |
| XYZ | 26.35 | 17.09 | 89.1 | - |
| YUV | 112.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 246 | 0.57 | 0.63 | 0 | 0.04 | 246.54 | 0.9 | 0.66 |
| Hex | 6B | 5A | F6 | 39 | 3F | 0 | 4 | F7 | 5A | 42 |
| Octal | 153 | 132 | 366 | 71 | 77 | 0 | 4 | 367 | 132 | 102 |
| Binary | 1101011 | 1011010 | 11110110 | 111001 | 111111 | 0 | 100 | 11110111 | 1011010 | 1000010 |
Color Harmonies of #6B5AF6
Complementary color
Monochromatic Colors of #6B5AF6
Black with #6B5AF6
Text Example
Text Example
White with #6B5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AF6; }
p { color: rgb(107,90,246); }
H1.HeaderClassName
{
color: #6B5AF6;
}
.AnyTagClassName
{
color: #6B5AF6;
}
</style>
background-color css
<style>
a { background-color: #6B5AF6; }
a { background-color: rgb(107,90,246); }
div.DivClassName
{
background-color: #6B5AF6;
}
.BgClassName
{
background-color: #6B5AF6;
}
</style>
border-color css
<style>
span { border-color: #6B5AF6; }
span { border-color: rgb(107,90,246); }
td.TdClassName
{
border-color: #6B5AF6;
}
.TagClassName
{
border-color: #6B5AF6;
}
</style>