Shades of Medium Slate Blue #6856FC
Tints of Medium Slate Blue #6856FC
RGB
CMYK
RGB Variations
Color information
#6856FC (or 0x6856FC) is known color: Medium Slate Blue. HEX triplet: 68, 56 and FC. RGB value is (104,86,252). Sum of RGB (Red+Green+Blue) = 104+86+252=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #6856FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856FC is #97A903. Grayscale: #6D6D6D. Windows color (decimal): -9939204 or 16537192. OLE color: 16537192.
HSL color Cylindrical-coordinate representation of color #6856FC: hue angle of 246.51º degrees, saturation: 0.97, 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 #6856FC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 86 | 252 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.01 |
| HSL | 246.51º | 0.97% | 0.66% | - |
| HSV(B) | 246.51º | 0.66% | 0.99% | - |
| XYZ | 26.61 | 16.63 | 93.9 | - |
| YUV | 110.31 | 207.96 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 252 | 0.59 | 0.66 | 0 | 0.01 | 246.51 | 0.97 | 0.66 |
| Hex | 68 | 56 | FC | 3B | 42 | 0 | 1 | F7 | 61 | 42 |
| Octal | 150 | 126 | 374 | 73 | 102 | 0 | 1 | 367 | 141 | 102 |
| Binary | 1101000 | 1010110 | 11111100 | 111011 | 1000010 | 0 | 1 | 11110111 | 1100001 | 1000010 |
Color Harmonies of #6856FC
Complementary color
Monochromatic Colors of #6856FC
Black with #6856FC
Text Example
Text Example
White with #6856FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856FC; }
p { color: rgb(104,86,252); }
H1.HeaderClassName
{
color: #6856FC;
}
.AnyTagClassName
{
color: #6856FC;
}
</style>
background-color css
<style>
a { background-color: #6856FC; }
a { background-color: rgb(104,86,252); }
div.DivClassName
{
background-color: #6856FC;
}
.BgClassName
{
background-color: #6856FC;
}
</style>
border-color css
<style>
span { border-color: #6856FC; }
span { border-color: rgb(104,86,252); }
td.TdClassName
{
border-color: #6856FC;
}
.TagClassName
{
border-color: #6856FC;
}
</style>