Shades of Medium Slate Blue #696EE8
Tints of Medium Slate Blue #696EE8
RGB
CMYK
RGB Variations
Color information
#696EE8 (or 0x696EE8) is known color: Medium Slate Blue. HEX triplet: 69, 6E and E8. RGB value is (105,110,232). Sum of RGB (Red+Green+Blue) = 105+110+232=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #696EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EE8 is #969117. Grayscale: #797979. Windows color (decimal): -9867544 or 15232617. OLE color: 15232617.
HSL color Cylindrical-coordinate representation of color #696EE8: hue angle of 237.64º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696EE8 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 110 | 232 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.09 |
| HSL | 237.64º | 0.73% | 0.66% | - |
| HSV(B) | 237.64º | 0.55% | 0.91% | - |
| XYZ | 25.97 | 19.98 | 78.83 | - |
| YUV | 122.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 232 | 0.55 | 0.53 | 0 | 0.09 | 237.64 | 0.73 | 0.66 |
| Hex | 69 | 6E | E8 | 37 | 35 | 0 | 9 | EE | 49 | 42 |
| Octal | 151 | 156 | 350 | 67 | 65 | 0 | 11 | 356 | 111 | 102 |
| Binary | 1101001 | 1101110 | 11101000 | 110111 | 110101 | 0 | 1001 | 11101110 | 1001001 | 1000010 |
Color Harmonies of #696EE8
Complementary color
Monochromatic Colors of #696EE8
Black with #696EE8
Text Example
Text Example
White with #696EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EE8; }
p { color: rgb(105,110,232); }
H1.HeaderClassName
{
color: #696EE8;
}
.AnyTagClassName
{
color: #696EE8;
}
</style>
background-color css
<style>
a { background-color: #696EE8; }
a { background-color: rgb(105,110,232); }
div.DivClassName
{
background-color: #696EE8;
}
.BgClassName
{
background-color: #696EE8;
}
</style>
border-color css
<style>
span { border-color: #696EE8; }
span { border-color: rgb(105,110,232); }
td.TdClassName
{
border-color: #696EE8;
}
.TagClassName
{
border-color: #696EE8;
}
</style>