Shades of Medium Slate Blue #6B5BEC
Tints of Medium Slate Blue #6B5BEC
RGB
CMYK
RGB Variations
Color information
#6B5BEC (or 0x6B5BEC) is known color: Medium Slate Blue. HEX triplet: 6B, 5B and EC. RGB value is (107,91,236). Sum of RGB (Red+Green+Blue) = 107+91+236=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B5BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BEC is #94A413. Grayscale: #6F6F6F. Windows color (decimal): -9741332 or 15489899. OLE color: 15489899.
HSL color Cylindrical-coordinate representation of color #6B5BEC: hue angle of 246.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B5BEC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 91 | 236 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.07 |
| HSL | 246.62º | 0.79% | 0.64% | - |
| HSV(B) | 246.62º | 0.61% | 0.93% | - |
| XYZ | 24.94 | 16.66 | 81.26 | - |
| YUV | 112.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 236 | 0.55 | 0.61 | 0 | 0.07 | 246.62 | 0.79 | 0.64 |
| Hex | 6B | 5B | EC | 37 | 3D | 0 | 7 | F7 | 4F | 40 |
| Octal | 153 | 133 | 354 | 67 | 75 | 0 | 7 | 367 | 117 | 100 |
| Binary | 1101011 | 1011011 | 11101100 | 110111 | 111101 | 0 | 111 | 11110111 | 1001111 | 1000000 |
Color Harmonies of #6B5BEC
Complementary color
Monochromatic Colors of #6B5BEC
Black with #6B5BEC
Text Example
Text Example
White with #6B5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BEC; }
p { color: rgb(107,91,236); }
H1.HeaderClassName
{
color: #6B5BEC;
}
.AnyTagClassName
{
color: #6B5BEC;
}
</style>
background-color css
<style>
a { background-color: #6B5BEC; }
a { background-color: rgb(107,91,236); }
div.DivClassName
{
background-color: #6B5BEC;
}
.BgClassName
{
background-color: #6B5BEC;
}
</style>
border-color css
<style>
span { border-color: #6B5BEC; }
span { border-color: rgb(107,91,236); }
td.TdClassName
{
border-color: #6B5BEC;
}
.TagClassName
{
border-color: #6B5BEC;
}
</style>