Shades of Medium Slate Blue #6C56F4
Tints of Medium Slate Blue #6C56F4
RGB
CMYK
RGB Variations
Color information
#6C56F4 (or 0x6C56F4) is known color: Medium Slate Blue. HEX triplet: 6C, 56 and F4. RGB value is (108,86,244). Sum of RGB (Red+Green+Blue) = 108+86+244=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #6C56F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C56F4 is #93A90B. Grayscale: #6D6D6D. Windows color (decimal): -9677068 or 16012908. OLE color: 16012908.
HSL color Cylindrical-coordinate representation of color #6C56F4: hue angle of 248.35º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C56F4 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 86 | 244 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.04 |
| HSL | 248.35º | 0.88% | 0.65% | - |
| HSV(B) | 248.35º | 0.65% | 0.96% | - |
| XYZ | 25.84 | 16.38 | 87.39 | - |
| YUV | 110.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 244 | 0.56 | 0.65 | 0 | 0.04 | 248.35 | 0.88 | 0.65 |
| Hex | 6C | 56 | F4 | 38 | 41 | 0 | 4 | F8 | 58 | 41 |
| Octal | 154 | 126 | 364 | 70 | 101 | 0 | 4 | 370 | 130 | 101 |
| Binary | 1101100 | 1010110 | 11110100 | 111000 | 1000001 | 0 | 100 | 11111000 | 1011000 | 1000001 |
Color Harmonies of #6C56F4
Complementary color
Monochromatic Colors of #6C56F4
Black with #6C56F4
Text Example
Text Example
White with #6C56F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C56F4; }
p { color: rgb(108,86,244); }
H1.HeaderClassName
{
color: #6C56F4;
}
.AnyTagClassName
{
color: #6C56F4;
}
</style>
background-color css
<style>
a { background-color: #6C56F4; }
a { background-color: rgb(108,86,244); }
div.DivClassName
{
background-color: #6C56F4;
}
.BgClassName
{
background-color: #6C56F4;
}
</style>
border-color css
<style>
span { border-color: #6C56F4; }
span { border-color: rgb(108,86,244); }
td.TdClassName
{
border-color: #6C56F4;
}
.TagClassName
{
border-color: #6C56F4;
}
</style>