Shades of Medium Slate Blue #6C5CF3
Tints of Medium Slate Blue #6C5CF3
RGB
CMYK
RGB Variations
Color information
#6C5CF3 (or 0x6C5CF3) is known color: Medium Slate Blue. HEX triplet: 6C, 5C and F3. RGB value is (108,92,243). Sum of RGB (Red+Green+Blue) = 108+92+243=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #6C5CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5CF3 is #93A30C. Grayscale: #717171. Windows color (decimal): -9675533 or 15948908. OLE color: 15948908.
HSL color Cylindrical-coordinate representation of color #6C5CF3: hue angle of 246.36º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C5CF3 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 92 | 243 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.05 |
| HSL | 246.36º | 0.86% | 0.66% | - |
| HSV(B) | 246.36º | 0.62% | 0.95% | - |
| XYZ | 26.19 | 17.31 | 86.76 | - |
| YUV | 114 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 243 | 0.56 | 0.62 | 0 | 0.05 | 246.36 | 0.86 | 0.66 |
| Hex | 6C | 5C | F3 | 38 | 3E | 0 | 5 | F6 | 56 | 42 |
| Octal | 154 | 134 | 363 | 70 | 76 | 0 | 5 | 366 | 126 | 102 |
| Binary | 1101100 | 1011100 | 11110011 | 111000 | 111110 | 0 | 101 | 11110110 | 1010110 | 1000010 |
Color Harmonies of #6C5CF3
Complementary color
Monochromatic Colors of #6C5CF3
Black with #6C5CF3
Text Example
Text Example
White with #6C5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5CF3; }
p { color: rgb(108,92,243); }
H1.HeaderClassName
{
color: #6C5CF3;
}
.AnyTagClassName
{
color: #6C5CF3;
}
</style>
background-color css
<style>
a { background-color: #6C5CF3; }
a { background-color: rgb(108,92,243); }
div.DivClassName
{
background-color: #6C5CF3;
}
.BgClassName
{
background-color: #6C5CF3;
}
</style>
border-color css
<style>
span { border-color: #6C5CF3; }
span { border-color: rgb(108,92,243); }
td.TdClassName
{
border-color: #6C5CF3;
}
.TagClassName
{
border-color: #6C5CF3;
}
</style>