Shades of Medium Slate Blue #6C47F3
Tints of Medium Slate Blue #6C47F3
RGB
CMYK
RGB Variations
Color information
#6C47F3 (or 0x6C47F3) is known color: Medium Slate Blue. HEX triplet: 6C, 47 and F3. RGB value is (108,71,243). Sum of RGB (Red+Green+Blue) = 108+71+243=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #6C47F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47F3 is #93B80C. Grayscale: #656565. Windows color (decimal): -9680909 or 15943532. OLE color: 15943532.
HSL color Cylindrical-coordinate representation of color #6C47F3: hue angle of 252.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C47F3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 71 | 243 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.05 |
| HSL | 252.91º | 0.88% | 0.62% | - |
| HSV(B) | 252.91º | 0.71% | 0.95% | - |
| XYZ | 24.62 | 14.17 | 86.23 | - |
| YUV | 101.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 243 | 0.56 | 0.71 | 0 | 0.05 | 252.91 | 0.88 | 0.62 |
| Hex | 6C | 47 | F3 | 38 | 47 | 0 | 5 | FD | 58 | 3E |
| Octal | 154 | 107 | 363 | 70 | 107 | 0 | 5 | 375 | 130 | 76 |
| Binary | 1101100 | 1000111 | 11110011 | 111000 | 1000111 | 0 | 101 | 11111101 | 1011000 | 111110 |
Color Harmonies of #6C47F3
Complementary color
Monochromatic Colors of #6C47F3
Black with #6C47F3
Text Example
Text Example
White with #6C47F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47F3; }
p { color: rgb(108,71,243); }
H1.HeaderClassName
{
color: #6C47F3;
}
.AnyTagClassName
{
color: #6C47F3;
}
</style>
background-color css
<style>
a { background-color: #6C47F3; }
a { background-color: rgb(108,71,243); }
div.DivClassName
{
background-color: #6C47F3;
}
.BgClassName
{
background-color: #6C47F3;
}
</style>
border-color css
<style>
span { border-color: #6C47F3; }
span { border-color: rgb(108,71,243); }
td.TdClassName
{
border-color: #6C47F3;
}
.TagClassName
{
border-color: #6C47F3;
}
</style>