Shades of Medium Slate Blue #6B49EE
Tints of Medium Slate Blue #6B49EE
RGB
CMYK
RGB Variations
Color information
#6B49EE (or 0x6B49EE) is known color: Medium Slate Blue. HEX triplet: 6B, 49 and EE. RGB value is (107,73,238). Sum of RGB (Red+Green+Blue) = 107+73+238=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B49EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B49EE is #94B611. Grayscale: #656565. Windows color (decimal): -9745938 or 15616363. OLE color: 15616363.
HSL color Cylindrical-coordinate representation of color #6B49EE: hue angle of 252.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B49EE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 73 | 238 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.07 |
| HSL | 252.36º | 0.83% | 0.61% | - |
| HSV(B) | 252.36º | 0.69% | 0.93% | - |
| XYZ | 23.88 | 14.06 | 82.34 | - |
| YUV | 101.98 | 204.76 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 73 | 238 | 0.55 | 0.69 | 0 | 0.07 | 252.36 | 0.83 | 0.61 |
| Hex | 6B | 49 | EE | 37 | 45 | 0 | 7 | FC | 53 | 3D |
| Octal | 153 | 111 | 356 | 67 | 105 | 0 | 7 | 374 | 123 | 75 |
| Binary | 1101011 | 1001001 | 11101110 | 110111 | 1000101 | 0 | 111 | 11111100 | 1010011 | 111101 |
Color Harmonies of #6B49EE
Complementary color
Monochromatic Colors of #6B49EE
Black with #6B49EE
Text Example
Text Example
White with #6B49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B49EE; }
p { color: rgb(107,73,238); }
H1.HeaderClassName
{
color: #6B49EE;
}
.AnyTagClassName
{
color: #6B49EE;
}
</style>
background-color css
<style>
a { background-color: #6B49EE; }
a { background-color: rgb(107,73,238); }
div.DivClassName
{
background-color: #6B49EE;
}
.BgClassName
{
background-color: #6B49EE;
}
</style>
border-color css
<style>
span { border-color: #6B49EE; }
span { border-color: rgb(107,73,238); }
td.TdClassName
{
border-color: #6B49EE;
}
.TagClassName
{
border-color: #6B49EE;
}
</style>