Shades of Medium Slate Blue #6956F9
Tints of Medium Slate Blue #6956F9
RGB
CMYK
RGB Variations
Color information
#6956F9 (or 0x6956F9) is known color: Medium Slate Blue. HEX triplet: 69, 56 and F9. RGB value is (105,86,249). Sum of RGB (Red+Green+Blue) = 105+86+249=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #6956F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956F9 is #96A906. Grayscale: #6D6D6D. Windows color (decimal): -9873671 or 16340585. OLE color: 16340585.
HSL color Cylindrical-coordinate representation of color #6956F9: hue angle of 246.99º 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 #6956F9 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 86 | 249 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.02 |
| HSL | 246.99º | 0.93% | 0.66% | - |
| HSV(B) | 246.99º | 0.65% | 0.98% | - |
| XYZ | 26.25 | 16.5 | 91.42 | - |
| YUV | 110.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 249 | 0.58 | 0.65 | 0 | 0.02 | 246.99 | 0.93 | 0.66 |
| Hex | 69 | 56 | F9 | 3A | 41 | 0 | 2 | F7 | 5D | 42 |
| Octal | 151 | 126 | 371 | 72 | 101 | 0 | 2 | 367 | 135 | 102 |
| Binary | 1101001 | 1010110 | 11111001 | 111010 | 1000001 | 0 | 10 | 11110111 | 1011101 | 1000010 |
Color Harmonies of #6956F9
Complementary color
Monochromatic Colors of #6956F9
Black with #6956F9
Text Example
Text Example
White with #6956F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6956F9; }
p { color: rgb(105,86,249); }
H1.HeaderClassName
{
color: #6956F9;
}
.AnyTagClassName
{
color: #6956F9;
}
</style>
background-color css
<style>
a { background-color: #6956F9; }
a { background-color: rgb(105,86,249); }
div.DivClassName
{
background-color: #6956F9;
}
.BgClassName
{
background-color: #6956F9;
}
</style>
border-color css
<style>
span { border-color: #6956F9; }
span { border-color: rgb(105,86,249); }
td.TdClassName
{
border-color: #6956F9;
}
.TagClassName
{
border-color: #6956F9;
}
</style>