Shades of Medium Slate Blue #6B50EE
Tints of Medium Slate Blue #6B50EE
RGB
CMYK
RGB Variations
Color information
#6B50EE (or 0x6B50EE) is known color: Medium Slate Blue. HEX triplet: 6B, 50 and EE. RGB value is (107,80,238). Sum of RGB (Red+Green+Blue) = 107+80+238=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B50EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B50EE is #94AF11. Grayscale: #696969. Windows color (decimal): -9744146 or 15618155. OLE color: 15618155.
HSL color Cylindrical-coordinate representation of color #6B50EE: hue angle of 250.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B50EE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 80 | 238 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.07 |
| HSL | 250.25º | 0.82% | 0.62% | - |
| HSV(B) | 250.25º | 0.66% | 0.93% | - |
| XYZ | 24.36 | 15.04 | 82.51 | - |
| YUV | 106.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 238 | 0.55 | 0.66 | 0 | 0.07 | 250.25 | 0.82 | 0.62 |
| Hex | 6B | 50 | EE | 37 | 42 | 0 | 7 | FA | 52 | 3E |
| Octal | 153 | 120 | 356 | 67 | 102 | 0 | 7 | 372 | 122 | 76 |
| Binary | 1101011 | 1010000 | 11101110 | 110111 | 1000010 | 0 | 111 | 11111010 | 1010010 | 111110 |
Color Harmonies of #6B50EE
Complementary color
Monochromatic Colors of #6B50EE
Black with #6B50EE
Text Example
Text Example
White with #6B50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B50EE; }
p { color: rgb(107,80,238); }
H1.HeaderClassName
{
color: #6B50EE;
}
.AnyTagClassName
{
color: #6B50EE;
}
</style>
background-color css
<style>
a { background-color: #6B50EE; }
a { background-color: rgb(107,80,238); }
div.DivClassName
{
background-color: #6B50EE;
}
.BgClassName
{
background-color: #6B50EE;
}
</style>
border-color css
<style>
span { border-color: #6B50EE; }
span { border-color: rgb(107,80,238); }
td.TdClassName
{
border-color: #6B50EE;
}
.TagClassName
{
border-color: #6B50EE;
}
</style>