Shades of Medium Slate Blue #696EE1
Tints of Medium Slate Blue #696EE1
RGB
CMYK
RGB Variations
Color information
#696EE1 (or 0x696EE1) is known color: Medium Slate Blue. HEX triplet: 69, 6E and E1. RGB value is (105,110,225). Sum of RGB (Red+Green+Blue) = 105+110+225=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #696EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EE1 is #96911E. Grayscale: #797979. Windows color (decimal): -9867551 or 14773865. OLE color: 14773865.
HSL color Cylindrical-coordinate representation of color #696EE1: hue angle of 237.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696EE1 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 110 | 225 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.12 |
| HSL | 237.5º | 0.67% | 0.65% | - |
| HSV(B) | 237.5º | 0.53% | 0.88% | - |
| XYZ | 24.99 | 19.59 | 73.7 | - |
| YUV | 121.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 225 | 0.53 | 0.51 | 0 | 0.12 | 237.5 | 0.67 | 0.65 |
| Hex | 69 | 6E | E1 | 35 | 33 | 0 | C | EE | 43 | 41 |
| Octal | 151 | 156 | 341 | 65 | 63 | 0 | 14 | 356 | 103 | 101 |
| Binary | 1101001 | 1101110 | 11100001 | 110101 | 110011 | 0 | 1100 | 11101110 | 1000011 | 1000001 |
Color Harmonies of #696EE1
Complementary color
Monochromatic Colors of #696EE1
Black with #696EE1
Text Example
Text Example
White with #696EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EE1; }
p { color: rgb(105,110,225); }
H1.HeaderClassName
{
color: #696EE1;
}
.AnyTagClassName
{
color: #696EE1;
}
</style>
background-color css
<style>
a { background-color: #696EE1; }
a { background-color: rgb(105,110,225); }
div.DivClassName
{
background-color: #696EE1;
}
.BgClassName
{
background-color: #696EE1;
}
</style>
border-color css
<style>
span { border-color: #696EE1; }
span { border-color: rgb(105,110,225); }
td.TdClassName
{
border-color: #696EE1;
}
.TagClassName
{
border-color: #696EE1;
}
</style>