Shades of Medium Slate Blue #6960EC
Tints of Medium Slate Blue #6960EC
RGB
CMYK
RGB Variations
Color information
#6960EC (or 0x6960EC) is known color: Medium Slate Blue. HEX triplet: 69, 60 and EC. RGB value is (105,96,236). Sum of RGB (Red+Green+Blue) = 105+96+236=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #6960EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6960EC is #969F13. Grayscale: #727272. Windows color (decimal): -9871124 or 15491177. OLE color: 15491177.
HSL color Cylindrical-coordinate representation of color #6960EC: hue angle of 243.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6960EC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 96 | 236 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.07 |
| HSL | 243.86º | 0.79% | 0.65% | - |
| HSV(B) | 243.86º | 0.59% | 0.93% | - |
| XYZ | 25.15 | 17.43 | 81.39 | - |
| YUV | 114.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 236 | 0.56 | 0.59 | 0 | 0.07 | 243.86 | 0.79 | 0.65 |
| Hex | 69 | 60 | EC | 38 | 3B | 0 | 7 | F4 | 4F | 41 |
| Octal | 151 | 140 | 354 | 70 | 73 | 0 | 7 | 364 | 117 | 101 |
| Binary | 1101001 | 1100000 | 11101100 | 111000 | 111011 | 0 | 111 | 11110100 | 1001111 | 1000001 |
Color Harmonies of #6960EC
Complementary color
Monochromatic Colors of #6960EC
Black with #6960EC
Text Example
Text Example
White with #6960EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960EC; }
p { color: rgb(105,96,236); }
H1.HeaderClassName
{
color: #6960EC;
}
.AnyTagClassName
{
color: #6960EC;
}
</style>
background-color css
<style>
a { background-color: #6960EC; }
a { background-color: rgb(105,96,236); }
div.DivClassName
{
background-color: #6960EC;
}
.BgClassName
{
background-color: #6960EC;
}
</style>
border-color css
<style>
span { border-color: #6960EC; }
span { border-color: rgb(105,96,236); }
td.TdClassName
{
border-color: #6960EC;
}
.TagClassName
{
border-color: #6960EC;
}
</style>