Shades of Medium Slate Blue #6C50E9
Tints of Medium Slate Blue #6C50E9
RGB
CMYK
RGB Variations
Color information
#6C50E9 (or 0x6C50E9) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and E9. RGB value is (108,80,233). Sum of RGB (Red+Green+Blue) = 108+80+233=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C50E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50E9 is #93AF16. Grayscale: #696969. Windows color (decimal): -9678615 or 15290476. OLE color: 15290476.
HSL color Cylindrical-coordinate representation of color #6C50E9: hue angle of 250.98º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C50E9 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 80 | 233 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.09 |
| HSL | 250.98º | 0.78% | 0.61% | - |
| HSV(B) | 250.98º | 0.66% | 0.91% | - |
| XYZ | 23.76 | 14.81 | 78.7 | - |
| YUV | 105.81 | 199.78 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 233 | 0.54 | 0.66 | 0 | 0.09 | 250.98 | 0.78 | 0.61 |
| Hex | 6C | 50 | E9 | 36 | 42 | 0 | 9 | FB | 4E | 3D |
| Octal | 154 | 120 | 351 | 66 | 102 | 0 | 11 | 373 | 116 | 75 |
| Binary | 1101100 | 1010000 | 11101001 | 110110 | 1000010 | 0 | 1001 | 11111011 | 1001110 | 111101 |
Color Harmonies of #6C50E9
Complementary color
Monochromatic Colors of #6C50E9
Black with #6C50E9
Text Example
Text Example
White with #6C50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C50E9; }
p { color: rgb(108,80,233); }
H1.HeaderClassName
{
color: #6C50E9;
}
.AnyTagClassName
{
color: #6C50E9;
}
</style>
background-color css
<style>
a { background-color: #6C50E9; }
a { background-color: rgb(108,80,233); }
div.DivClassName
{
background-color: #6C50E9;
}
.BgClassName
{
background-color: #6C50E9;
}
</style>
border-color css
<style>
span { border-color: #6C50E9; }
span { border-color: rgb(108,80,233); }
td.TdClassName
{
border-color: #6C50E9;
}
.TagClassName
{
border-color: #6C50E9;
}
</style>