Shades of Medium Slate Blue #696EE9
Tints of Medium Slate Blue #696EE9
RGB
CMYK
RGB Variations
Color information
#696EE9 (or 0x696EE9) is known color: Medium Slate Blue. HEX triplet: 69, 6E and E9. RGB value is (105,110,233). Sum of RGB (Red+Green+Blue) = 105+110+233=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #696EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EE9 is #969116. Grayscale: #7A7A7A. Windows color (decimal): -9867543 or 15298153. OLE color: 15298153.
HSL color Cylindrical-coordinate representation of color #696EE9: hue angle of 237.66º degrees, saturation: 0.74, 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 #696EE9 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 110 | 233 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.09 |
| HSL | 237.66º | 0.74% | 0.66% | - |
| HSV(B) | 237.66º | 0.55% | 0.91% | - |
| XYZ | 26.11 | 20.04 | 79.58 | - |
| YUV | 122.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 233 | 0.55 | 0.53 | 0 | 0.09 | 237.66 | 0.74 | 0.66 |
| Hex | 69 | 6E | E9 | 37 | 35 | 0 | 9 | EE | 4A | 42 |
| Octal | 151 | 156 | 351 | 67 | 65 | 0 | 11 | 356 | 112 | 102 |
| Binary | 1101001 | 1101110 | 11101001 | 110111 | 110101 | 0 | 1001 | 11101110 | 1001010 | 1000010 |
Color Harmonies of #696EE9
Complementary color
Monochromatic Colors of #696EE9
Black with #696EE9
Text Example
Text Example
White with #696EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EE9; }
p { color: rgb(105,110,233); }
H1.HeaderClassName
{
color: #696EE9;
}
.AnyTagClassName
{
color: #696EE9;
}
</style>
background-color css
<style>
a { background-color: #696EE9; }
a { background-color: rgb(105,110,233); }
div.DivClassName
{
background-color: #696EE9;
}
.BgClassName
{
background-color: #696EE9;
}
</style>
border-color css
<style>
span { border-color: #696EE9; }
span { border-color: rgb(105,110,233); }
td.TdClassName
{
border-color: #696EE9;
}
.TagClassName
{
border-color: #696EE9;
}
</style>