Shades of Medium Slate Blue #6C56FD
Tints of Medium Slate Blue #6C56FD
RGB
CMYK
RGB Variations
Color information
#6C56FD (or 0x6C56FD) is known color: Medium Slate Blue. HEX triplet: 6C, 56 and FD. RGB value is (108,86,253). Sum of RGB (Red+Green+Blue) = 108+86+253=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C56FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C56FD is #93A902. Grayscale: #6E6E6E. Windows color (decimal): -9677059 or 16602732. OLE color: 16602732.
HSL color Cylindrical-coordinate representation of color #6C56FD: hue angle of 247.9º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C56FD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 86 | 253 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.01 |
| HSL | 247.9º | 0.98% | 0.66% | - |
| HSV(B) | 247.9º | 0.66% | 0.99% | - |
| XYZ | 27.24 | 16.94 | 94.76 | - |
| YUV | 111.62 | 207.79 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 253 | 0.57 | 0.66 | 0 | 0.01 | 247.9 | 0.98 | 0.66 |
| Hex | 6C | 56 | FD | 39 | 42 | 0 | 1 | F8 | 62 | 42 |
| Octal | 154 | 126 | 375 | 71 | 102 | 0 | 1 | 370 | 142 | 102 |
| Binary | 1101100 | 1010110 | 11111101 | 111001 | 1000010 | 0 | 1 | 11111000 | 1100010 | 1000010 |
Color Harmonies of #6C56FD
Complementary color
Monochromatic Colors of #6C56FD
Black with #6C56FD
Text Example
Text Example
White with #6C56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C56FD; }
p { color: rgb(108,86,253); }
H1.HeaderClassName
{
color: #6C56FD;
}
.AnyTagClassName
{
color: #6C56FD;
}
</style>
background-color css
<style>
a { background-color: #6C56FD; }
a { background-color: rgb(108,86,253); }
div.DivClassName
{
background-color: #6C56FD;
}
.BgClassName
{
background-color: #6C56FD;
}
</style>
border-color css
<style>
span { border-color: #6C56FD; }
span { border-color: rgb(108,86,253); }
td.TdClassName
{
border-color: #6C56FD;
}
.TagClassName
{
border-color: #6C56FD;
}
</style>