Shades of Medium Slate Blue #6C4FFF
Tints of Medium Slate Blue #6C4FFF
RGB
CMYK
RGB Variations
Color information
#6C4FFF (or 0x6C4FFF) is known color: Medium Slate Blue. HEX triplet: 6C, 4F and FF. RGB value is (108,79,255). Sum of RGB (Red+Green+Blue) = 108+79+255=442 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.43% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C4FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4FFF is #93B000. Grayscale: #6B6B6B. Windows color (decimal): -9678849 or 16732012. OLE color: 16732012.
HSL color Cylindrical-coordinate representation of color #6C4FFF: hue angle of 249.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C4FFF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 79 | 255 | - |
| CMYK | 0.58 | 0.69 | 0 | 0 |
| HSL | 249.89º | 1% | 0.65% | - |
| HSV(B) | 249.89º | 0.69% | 1% | - |
| XYZ | 27.03 | 16 | 96.27 | - |
| YUV | 107.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 255 | 0.58 | 0.69 | 0 | 0 | 249.89 | 1 | 0.65 |
| Hex | 6C | 4F | FF | 3A | 45 | 0 | 0 | FA | 64 | 41 |
| Octal | 154 | 117 | 377 | 72 | 105 | 0 | 0 | 372 | 144 | 101 |
| Binary | 1101100 | 1001111 | 11111111 | 111010 | 1000101 | 0 | 0 | 11111010 | 1100100 | 1000001 |
Color Harmonies of #6C4FFF
Complementary color
Monochromatic Colors of #6C4FFF
Black with #6C4FFF
Text Example
Text Example
White with #6C4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4FFF; }
p { color: rgb(108,79,255); }
H1.HeaderClassName
{
color: #6C4FFF;
}
.AnyTagClassName
{
color: #6C4FFF;
}
</style>
background-color css
<style>
a { background-color: #6C4FFF; }
a { background-color: rgb(108,79,255); }
div.DivClassName
{
background-color: #6C4FFF;
}
.BgClassName
{
background-color: #6C4FFF;
}
</style>
border-color css
<style>
span { border-color: #6C4FFF; }
span { border-color: rgb(108,79,255); }
td.TdClassName
{
border-color: #6C4FFF;
}
.TagClassName
{
border-color: #6C4FFF;
}
</style>