Shades of Medium Slate Blue #696EED
Tints of Medium Slate Blue #696EED
RGB
CMYK
RGB Variations
Color information
#696EED (or 0x696EED) is known color: Medium Slate Blue. HEX triplet: 69, 6E and ED. RGB value is (105,110,237). Sum of RGB (Red+Green+Blue) = 105+110+237=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #696EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EED is #969112. Grayscale: #7A7A7A. Windows color (decimal): -9867539 or 15560297. OLE color: 15560297.
HSL color Cylindrical-coordinate representation of color #696EED: hue angle of 237.73º degrees, saturation: 0.79, 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 #696EED is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 110 | 237 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 237.73º | 0.79% | 0.67% | - |
| HSV(B) | 237.73º | 0.56% | 0.93% | - |
| XYZ | 26.69 | 20.27 | 82.63 | - |
| YUV | 122.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 237 | 0.56 | 0.54 | 0 | 0.07 | 237.73 | 0.79 | 0.67 |
| Hex | 69 | 6E | ED | 38 | 36 | 0 | 7 | EE | 4F | 43 |
| Octal | 151 | 156 | 355 | 70 | 66 | 0 | 7 | 356 | 117 | 103 |
| Binary | 1101001 | 1101110 | 11101101 | 111000 | 110110 | 0 | 111 | 11101110 | 1001111 | 1000011 |
Color Harmonies of #696EED
Complementary color
Monochromatic Colors of #696EED
Black with #696EED
Text Example
Text Example
White with #696EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EED; }
p { color: rgb(105,110,237); }
H1.HeaderClassName
{
color: #696EED;
}
.AnyTagClassName
{
color: #696EED;
}
</style>
background-color css
<style>
a { background-color: #696EED; }
a { background-color: rgb(105,110,237); }
div.DivClassName
{
background-color: #696EED;
}
.BgClassName
{
background-color: #696EED;
}
</style>
border-color css
<style>
span { border-color: #696EED; }
span { border-color: rgb(105,110,237); }
td.TdClassName
{
border-color: #696EED;
}
.TagClassName
{
border-color: #696EED;
}
</style>