Shades of Medium Slate Blue #6B5EFB
Tints of Medium Slate Blue #6B5EFB
RGB
CMYK
RGB Variations
Color information
#6B5EFB (or 0x6B5EFB) is known color: Medium Slate Blue. HEX triplet: 6B, 5E and FB. RGB value is (107,94,251). Sum of RGB (Red+Green+Blue) = 107+94+251=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B5EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5EFB is #94A104. Grayscale: #737373. Windows color (decimal): -9740549 or 16473707. OLE color: 16473707.
HSL color Cylindrical-coordinate representation of color #6B5EFB: hue angle of 244.97º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5EFB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 94 | 251 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.02 |
| HSL | 244.97º | 0.95% | 0.68% | - |
| HSV(B) | 244.97º | 0.63% | 0.98% | - |
| XYZ | 27.48 | 18.1 | 93.31 | - |
| YUV | 115.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 251 | 0.57 | 0.63 | 0 | 0.02 | 244.97 | 0.95 | 0.68 |
| Hex | 6B | 5E | FB | 39 | 3F | 0 | 2 | F5 | 5F | 44 |
| Octal | 153 | 136 | 373 | 71 | 77 | 0 | 2 | 365 | 137 | 104 |
| Binary | 1101011 | 1011110 | 11111011 | 111001 | 111111 | 0 | 10 | 11110101 | 1011111 | 1000100 |
Color Harmonies of #6B5EFB
Complementary color
Monochromatic Colors of #6B5EFB
Black with #6B5EFB
Text Example
Text Example
White with #6B5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5EFB; }
p { color: rgb(107,94,251); }
H1.HeaderClassName
{
color: #6B5EFB;
}
.AnyTagClassName
{
color: #6B5EFB;
}
</style>
background-color css
<style>
a { background-color: #6B5EFB; }
a { background-color: rgb(107,94,251); }
div.DivClassName
{
background-color: #6B5EFB;
}
.BgClassName
{
background-color: #6B5EFB;
}
</style>
border-color css
<style>
span { border-color: #6B5EFB; }
span { border-color: rgb(107,94,251); }
td.TdClassName
{
border-color: #6B5EFB;
}
.TagClassName
{
border-color: #6B5EFB;
}
</style>