Shades of Medium Slate Blue #696FE0
Tints of Medium Slate Blue #696FE0
RGB
CMYK
RGB Variations
Color information
#696FE0 (or 0x696FE0) is known color: Medium Slate Blue. HEX triplet: 69, 6F and E0. RGB value is (105,111,224). Sum of RGB (Red+Green+Blue) = 105+111+224=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #696FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FE0 is #96901F. Grayscale: #797979. Windows color (decimal): -9867296 or 14708585. OLE color: 14708585.
HSL color Cylindrical-coordinate representation of color #696FE0: hue angle of 236.97º degrees, saturation: 0.66, 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 #696FE0 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 111 | 224 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.12 |
| HSL | 236.97º | 0.66% | 0.65% | - |
| HSV(B) | 236.97º | 0.53% | 0.88% | - |
| XYZ | 24.96 | 19.75 | 73.02 | - |
| YUV | 122.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 224 | 0.53 | 0.50 | 0 | 0.12 | 236.97 | 0.66 | 0.65 |
| Hex | 69 | 6F | E0 | 35 | 32 | 0 | C | ED | 42 | 41 |
| Octal | 151 | 157 | 340 | 65 | 62 | 0 | 14 | 355 | 102 | 101 |
| Binary | 1101001 | 1101111 | 11100000 | 110101 | 110010 | 0 | 1100 | 11101101 | 1000010 | 1000001 |
Color Harmonies of #696FE0
Complementary color
Monochromatic Colors of #696FE0
Black with #696FE0
Text Example
Text Example
White with #696FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FE0; }
p { color: rgb(105,111,224); }
H1.HeaderClassName
{
color: #696FE0;
}
.AnyTagClassName
{
color: #696FE0;
}
</style>
background-color css
<style>
a { background-color: #696FE0; }
a { background-color: rgb(105,111,224); }
div.DivClassName
{
background-color: #696FE0;
}
.BgClassName
{
background-color: #696FE0;
}
</style>
border-color css
<style>
span { border-color: #696FE0; }
span { border-color: rgb(105,111,224); }
td.TdClassName
{
border-color: #696FE0;
}
.TagClassName
{
border-color: #696FE0;
}
</style>