Shades of Medium Slate Blue #6C42EF
Tints of Medium Slate Blue #6C42EF
RGB
CMYK
RGB Variations
Color information
#6C42EF (or 0x6C42EF) is known color: Medium Slate Blue. HEX triplet: 6C, 42 and EF. RGB value is (108,66,239). Sum of RGB (Red+Green+Blue) = 108+66+239=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C42EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C42EF is #93BD10. Grayscale: #616161. Windows color (decimal): -9682193 or 15680108. OLE color: 15680108.
HSL color Cylindrical-coordinate representation of color #6C42EF: hue angle of 254.57º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C42EF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 66 | 239 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.06 |
| HSL | 254.57º | 0.84% | 0.6% | - |
| HSV(B) | 254.57º | 0.72% | 0.94% | - |
| XYZ | 23.71 | 13.32 | 82.98 | - |
| YUV | 98.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 239 | 0.55 | 0.72 | 0 | 0.06 | 254.57 | 0.84 | 0.6 |
| Hex | 6C | 42 | EF | 37 | 48 | 0 | 6 | FF | 54 | 3C |
| Octal | 154 | 102 | 357 | 67 | 110 | 0 | 6 | 377 | 124 | 74 |
| Binary | 1101100 | 1000010 | 11101111 | 110111 | 1001000 | 0 | 110 | 11111111 | 1010100 | 111100 |
Color Harmonies of #6C42EF
Complementary color
Monochromatic Colors of #6C42EF
Black with #6C42EF
Text Example
Text Example
White with #6C42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C42EF; }
p { color: rgb(108,66,239); }
H1.HeaderClassName
{
color: #6C42EF;
}
.AnyTagClassName
{
color: #6C42EF;
}
</style>
background-color css
<style>
a { background-color: #6C42EF; }
a { background-color: rgb(108,66,239); }
div.DivClassName
{
background-color: #6C42EF;
}
.BgClassName
{
background-color: #6C42EF;
}
</style>
border-color css
<style>
span { border-color: #6C42EF; }
span { border-color: rgb(108,66,239); }
td.TdClassName
{
border-color: #6C42EF;
}
.TagClassName
{
border-color: #6C42EF;
}
</style>