Shades of Medium Slate Blue #6C56FA
Tints of Medium Slate Blue #6C56FA
RGB
CMYK
RGB Variations
Color information
#6C56FA (or 0x6C56FA) is known color: Medium Slate Blue. HEX triplet: 6C, 56 and FA. RGB value is (108,86,250). Sum of RGB (Red+Green+Blue) = 108+86+250=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C56FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C56FA is #93A905. Grayscale: #6E6E6E. Windows color (decimal): -9677062 or 16406124. OLE color: 16406124.
HSL color Cylindrical-coordinate representation of color #6C56FA: hue angle of 248.05º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C56FA is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 86 | 250 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.02 |
| HSL | 248.05º | 0.94% | 0.66% | - |
| HSV(B) | 248.05º | 0.66% | 0.98% | - |
| XYZ | 26.77 | 16.75 | 92.26 | - |
| YUV | 111.27 | 206.29 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 250 | 0.57 | 0.66 | 0 | 0.02 | 248.05 | 0.94 | 0.66 |
| Hex | 6C | 56 | FA | 39 | 42 | 0 | 2 | F8 | 5E | 42 |
| Octal | 154 | 126 | 372 | 71 | 102 | 0 | 2 | 370 | 136 | 102 |
| Binary | 1101100 | 1010110 | 11111010 | 111001 | 1000010 | 0 | 10 | 11111000 | 1011110 | 1000010 |
Color Harmonies of #6C56FA
Complementary color
Monochromatic Colors of #6C56FA
Black with #6C56FA
Text Example
Text Example
White with #6C56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C56FA; }
p { color: rgb(108,86,250); }
H1.HeaderClassName
{
color: #6C56FA;
}
.AnyTagClassName
{
color: #6C56FA;
}
</style>
background-color css
<style>
a { background-color: #6C56FA; }
a { background-color: rgb(108,86,250); }
div.DivClassName
{
background-color: #6C56FA;
}
.BgClassName
{
background-color: #6C56FA;
}
</style>
border-color css
<style>
span { border-color: #6C56FA; }
span { border-color: rgb(108,86,250); }
td.TdClassName
{
border-color: #6C56FA;
}
.TagClassName
{
border-color: #6C56FA;
}
</style>