Shades of Medium Slate Blue #696FDE
Tints of Medium Slate Blue #696FDE
RGB
CMYK
RGB Variations
Color information
#696FDE (or 0x696FDE) is known color: Medium Slate Blue. HEX triplet: 69, 6F and DE. RGB value is (105,111,222). Sum of RGB (Red+Green+Blue) = 105+111+222=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #696FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FDE is #969021. Grayscale: #797979. Windows color (decimal): -9867298 or 14577513. OLE color: 14577513.
HSL color Cylindrical-coordinate representation of color #696FDE: hue angle of 236.92º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696FDE is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 111 | 222 | - |
| CMYK | 0.53 | 0.5 | 0 | 0.13 |
| HSL | 236.92º | 0.64% | 0.64% | - |
| HSV(B) | 236.92º | 0.53% | 0.87% | - |
| XYZ | 24.69 | 19.65 | 71.6 | - |
| YUV | 121.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 222 | 0.53 | 0.5 | 0 | 0.13 | 236.92 | 0.64 | 0.64 |
| Hex | 69 | 6F | DE | 35 | 32 | 0 | D | ED | 40 | 40 |
| Octal | 151 | 157 | 336 | 65 | 62 | 0 | 15 | 355 | 100 | 100 |
| Binary | 1101001 | 1101111 | 11011110 | 110101 | 110010 | 0 | 1101 | 11101101 | 1000000 | 1000000 |
Color Harmonies of #696FDE
Complementary color
Monochromatic Colors of #696FDE
Black with #696FDE
Text Example
Text Example
White with #696FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FDE; }
p { color: rgb(105,111,222); }
H1.HeaderClassName
{
color: #696FDE;
}
.AnyTagClassName
{
color: #696FDE;
}
</style>
background-color css
<style>
a { background-color: #696FDE; }
a { background-color: rgb(105,111,222); }
div.DivClassName
{
background-color: #696FDE;
}
.BgClassName
{
background-color: #696FDE;
}
</style>
border-color css
<style>
span { border-color: #696FDE; }
span { border-color: rgb(105,111,222); }
td.TdClassName
{
border-color: #696FDE;
}
.TagClassName
{
border-color: #696FDE;
}
</style>