Shades of Medium Slate Blue #6C6EFF
Tints of Medium Slate Blue #6C6EFF
RGB
CMYK
RGB Variations
Color information
#6C6EFF (or 0x6C6EFF) is known color: Medium Slate Blue. HEX triplet: 6C, 6E and FF. RGB value is (108,110,255). Sum of RGB (Red+Green+Blue) = 108+110+255=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C6EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6EFF is #939100. Grayscale: #7D7D7D. Windows color (decimal): -9670913 or 16739948. OLE color: 16739948.
HSL color Cylindrical-coordinate representation of color #6C6EFF: hue angle of 239.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C6EFF is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 110 | 255 | - |
| CMYK | 0.58 | 0.57 | 0 | 0 |
| HSL | 239.18º | 1% | 0.71% | - |
| HSV(B) | 239.18º | 0.58% | 1% | - |
| XYZ | 29.81 | 21.56 | 97.2 | - |
| YUV | 125.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 255 | 0.58 | 0.57 | 0 | 0 | 239.18 | 1 | 0.71 |
| Hex | 6C | 6E | FF | 3A | 39 | 0 | 0 | EF | 64 | 47 |
| Octal | 154 | 156 | 377 | 72 | 71 | 0 | 0 | 357 | 144 | 107 |
| Binary | 1101100 | 1101110 | 11111111 | 111010 | 111001 | 0 | 0 | 11101111 | 1100100 | 1000111 |
Color Harmonies of #6C6EFF
Complementary color
Monochromatic Colors of #6C6EFF
Black with #6C6EFF
Text Example
Text Example
White with #6C6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6EFF; }
p { color: rgb(108,110,255); }
H1.HeaderClassName
{
color: #6C6EFF;
}
.AnyTagClassName
{
color: #6C6EFF;
}
</style>
background-color css
<style>
a { background-color: #6C6EFF; }
a { background-color: rgb(108,110,255); }
div.DivClassName
{
background-color: #6C6EFF;
}
.BgClassName
{
background-color: #6C6EFF;
}
</style>
border-color css
<style>
span { border-color: #6C6EFF; }
span { border-color: rgb(108,110,255); }
td.TdClassName
{
border-color: #6C6EFF;
}
.TagClassName
{
border-color: #6C6EFF;
}
</style>