Shades of Medium Slate Blue #6C50EE
Tints of Medium Slate Blue #6C50EE
RGB
CMYK
RGB Variations
Color information
#6C50EE (or 0x6C50EE) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and EE. RGB value is (108,80,238). Sum of RGB (Red+Green+Blue) = 108+80+238=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C50EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50EE is #93AF11. Grayscale: #696969. Windows color (decimal): -9678610 or 15618156. OLE color: 15618156.
HSL color Cylindrical-coordinate representation of color #6C50EE: hue angle of 250.63º 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 #6C50EE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 80 | 238 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.07 |
| HSL | 250.63º | 0.82% | 0.62% | - |
| HSV(B) | 250.63º | 0.66% | 0.93% | - |
| XYZ | 24.49 | 15.1 | 82.51 | - |
| YUV | 106.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 238 | 0.55 | 0.66 | 0 | 0.07 | 250.63 | 0.82 | 0.62 |
| Hex | 6C | 50 | EE | 37 | 42 | 0 | 7 | FB | 52 | 3E |
| Octal | 154 | 120 | 356 | 67 | 102 | 0 | 7 | 373 | 122 | 76 |
| Binary | 1101100 | 1010000 | 11101110 | 110111 | 1000010 | 0 | 111 | 11111011 | 1010010 | 111110 |
Color Harmonies of #6C50EE
Complementary color
Monochromatic Colors of #6C50EE
Black with #6C50EE
Text Example
Text Example
White with #6C50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C50EE; }
p { color: rgb(108,80,238); }
H1.HeaderClassName
{
color: #6C50EE;
}
.AnyTagClassName
{
color: #6C50EE;
}
</style>
background-color css
<style>
a { background-color: #6C50EE; }
a { background-color: rgb(108,80,238); }
div.DivClassName
{
background-color: #6C50EE;
}
.BgClassName
{
background-color: #6C50EE;
}
</style>
border-color css
<style>
span { border-color: #6C50EE; }
span { border-color: rgb(108,80,238); }
td.TdClassName
{
border-color: #6C50EE;
}
.TagClassName
{
border-color: #6C50EE;
}
</style>