Shades of Medium Slate Blue #6C53EF
Tints of Medium Slate Blue #6C53EF
RGB
CMYK
RGB Variations
Color information
#6C53EF (or 0x6C53EF) is known color: Medium Slate Blue. HEX triplet: 6C, 53 and EF. RGB value is (108,83,239). Sum of RGB (Red+Green+Blue) = 108+83+239=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C53EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C53EF is #93AC10. Grayscale: #6B6B6B. Windows color (decimal): -9677841 or 15684460. OLE color: 15684460.
HSL color Cylindrical-coordinate representation of color #6C53EF: hue angle of 249.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C53EF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 83 | 239 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.06 |
| HSL | 249.62º | 0.83% | 0.63% | - |
| HSV(B) | 249.62º | 0.65% | 0.94% | - |
| XYZ | 24.86 | 15.61 | 83.36 | - |
| YUV | 108.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 239 | 0.55 | 0.65 | 0 | 0.06 | 249.62 | 0.83 | 0.63 |
| Hex | 6C | 53 | EF | 37 | 41 | 0 | 6 | FA | 53 | 3F |
| Octal | 154 | 123 | 357 | 67 | 101 | 0 | 6 | 372 | 123 | 77 |
| Binary | 1101100 | 1010011 | 11101111 | 110111 | 1000001 | 0 | 110 | 11111010 | 1010011 | 111111 |
Color Harmonies of #6C53EF
Complementary color
Monochromatic Colors of #6C53EF
Black with #6C53EF
Text Example
Text Example
White with #6C53EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C53EF; }
p { color: rgb(108,83,239); }
H1.HeaderClassName
{
color: #6C53EF;
}
.AnyTagClassName
{
color: #6C53EF;
}
</style>
background-color css
<style>
a { background-color: #6C53EF; }
a { background-color: rgb(108,83,239); }
div.DivClassName
{
background-color: #6C53EF;
}
.BgClassName
{
background-color: #6C53EF;
}
</style>
border-color css
<style>
span { border-color: #6C53EF; }
span { border-color: rgb(108,83,239); }
td.TdClassName
{
border-color: #6C53EF;
}
.TagClassName
{
border-color: #6C53EF;
}
</style>