Shades of Medium Slate Blue #6956FF
Tints of Medium Slate Blue #6956FF
RGB
CMYK
RGB Variations
Color information
#6956FF (or 0x6956FF) is known color: Medium Slate Blue. HEX triplet: 69, 56 and FF. RGB value is (105,86,255). Sum of RGB (Red+Green+Blue) = 105+86+255=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6956FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956FF is #96A900. Grayscale: #6E6E6E. Windows color (decimal): -9873665 or 16733801. OLE color: 16733801.
HSL color Cylindrical-coordinate representation of color #6956FF: hue angle of 246.75º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6956FF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 86 | 255 | - |
| CMYK | 0.59 | 0.66 | 0 | 0 |
| HSL | 246.75º | 1% | 0.67% | - |
| HSV(B) | 246.75º | 0.66% | 1% | - |
| XYZ | 27.2 | 16.88 | 96.43 | - |
| YUV | 110.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 255 | 0.59 | 0.66 | 0 | 0 | 246.75 | 1 | 0.67 |
| Hex | 69 | 56 | FF | 3B | 42 | 0 | 0 | F7 | 64 | 43 |
| Octal | 151 | 126 | 377 | 73 | 102 | 0 | 0 | 367 | 144 | 103 |
| Binary | 1101001 | 1010110 | 11111111 | 111011 | 1000010 | 0 | 0 | 11110111 | 1100100 | 1000011 |
Color Harmonies of #6956FF
Complementary color
Monochromatic Colors of #6956FF
Black with #6956FF
Text Example
Text Example
White with #6956FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6956FF; }
p { color: rgb(105,86,255); }
H1.HeaderClassName
{
color: #6956FF;
}
.AnyTagClassName
{
color: #6956FF;
}
</style>
background-color css
<style>
a { background-color: #6956FF; }
a { background-color: rgb(105,86,255); }
div.DivClassName
{
background-color: #6956FF;
}
.BgClassName
{
background-color: #6956FF;
}
</style>
border-color css
<style>
span { border-color: #6956FF; }
span { border-color: rgb(105,86,255); }
td.TdClassName
{
border-color: #6956FF;
}
.TagClassName
{
border-color: #6956FF;
}
</style>