Shades of Medium Slate Blue #696EEC
Tints of Medium Slate Blue #696EEC
RGB
CMYK
RGB Variations
Color information
#696EEC (or 0x696EEC) is known color: Medium Slate Blue. HEX triplet: 69, 6E and EC. RGB value is (105,110,236). Sum of RGB (Red+Green+Blue) = 105+110+236=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #696EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EEC is #969113. Grayscale: #7A7A7A. Windows color (decimal): -9867540 or 15494761. OLE color: 15494761.
HSL color Cylindrical-coordinate representation of color #696EEC: hue angle of 237.71º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696EEC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 110 | 236 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.07 |
| HSL | 237.71º | 0.78% | 0.67% | - |
| HSV(B) | 237.71º | 0.56% | 0.93% | - |
| XYZ | 26.54 | 20.21 | 81.86 | - |
| YUV | 122.87 | 191.84 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 236 | 0.56 | 0.53 | 0 | 0.07 | 237.71 | 0.78 | 0.67 |
| Hex | 69 | 6E | EC | 38 | 35 | 0 | 7 | EE | 4E | 43 |
| Octal | 151 | 156 | 354 | 70 | 65 | 0 | 7 | 356 | 116 | 103 |
| Binary | 1101001 | 1101110 | 11101100 | 111000 | 110101 | 0 | 111 | 11101110 | 1001110 | 1000011 |
Color Harmonies of #696EEC
Complementary color
Monochromatic Colors of #696EEC
Black with #696EEC
Text Example
Text Example
White with #696EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EEC; }
p { color: rgb(105,110,236); }
H1.HeaderClassName
{
color: #696EEC;
}
.AnyTagClassName
{
color: #696EEC;
}
</style>
background-color css
<style>
a { background-color: #696EEC; }
a { background-color: rgb(105,110,236); }
div.DivClassName
{
background-color: #696EEC;
}
.BgClassName
{
background-color: #696EEC;
}
</style>
border-color css
<style>
span { border-color: #696EEC; }
span { border-color: rgb(105,110,236); }
td.TdClassName
{
border-color: #696EEC;
}
.TagClassName
{
border-color: #696EEC;
}
</style>