Shades of Medium Slate Blue #6856F9
Tints of Medium Slate Blue #6856F9
RGB
CMYK
RGB Variations
Color information
#6856F9 (or 0x6856F9) is known color: Medium Slate Blue. HEX triplet: 68, 56 and F9. RGB value is (104,86,249). Sum of RGB (Red+Green+Blue) = 104+86+249=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #6856F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856F9 is #97A906. Grayscale: #6D6D6D. Windows color (decimal): -9939207 or 16340584. OLE color: 16340584.
HSL color Cylindrical-coordinate representation of color #6856F9: hue angle of 246.63º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6856F9 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 86 | 249 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.02 |
| HSL | 246.63º | 0.93% | 0.66% | - |
| HSV(B) | 246.63º | 0.65% | 0.98% | - |
| XYZ | 26.14 | 16.44 | 91.42 | - |
| YUV | 109.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 249 | 0.58 | 0.65 | 0 | 0.02 | 246.63 | 0.93 | 0.66 |
| Hex | 68 | 56 | F9 | 3A | 41 | 0 | 2 | F7 | 5D | 42 |
| Octal | 150 | 126 | 371 | 72 | 101 | 0 | 2 | 367 | 135 | 102 |
| Binary | 1101000 | 1010110 | 11111001 | 111010 | 1000001 | 0 | 10 | 11110111 | 1011101 | 1000010 |
Color Harmonies of #6856F9
Complementary color
Monochromatic Colors of #6856F9
Black with #6856F9
Text Example
Text Example
White with #6856F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856F9; }
p { color: rgb(104,86,249); }
H1.HeaderClassName
{
color: #6856F9;
}
.AnyTagClassName
{
color: #6856F9;
}
</style>
background-color css
<style>
a { background-color: #6856F9; }
a { background-color: rgb(104,86,249); }
div.DivClassName
{
background-color: #6856F9;
}
.BgClassName
{
background-color: #6856F9;
}
</style>
border-color css
<style>
span { border-color: #6856F9; }
span { border-color: rgb(104,86,249); }
td.TdClassName
{
border-color: #6856F9;
}
.TagClassName
{
border-color: #6856F9;
}
</style>