Shades of Medium Slate Blue #696FE9
Tints of Medium Slate Blue #696FE9
RGB
CMYK
RGB Variations
Color information
#696FE9 (or 0x696FE9) is known color: Medium Slate Blue. HEX triplet: 69, 6F and E9. RGB value is (105,111,233). Sum of RGB (Red+Green+Blue) = 105+111+233=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #696FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FE9 is #969016. Grayscale: #7A7A7A. Windows color (decimal): -9867287 or 15298409. OLE color: 15298409.
HSL color Cylindrical-coordinate representation of color #696FE9: hue angle of 237.19º 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 #696FE9 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 111 | 233 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.09 |
| HSL | 237.19º | 0.74% | 0.66% | - |
| HSV(B) | 237.19º | 0.55% | 0.91% | - |
| XYZ | 26.22 | 20.26 | 79.62 | - |
| YUV | 123.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 233 | 0.55 | 0.52 | 0 | 0.09 | 237.19 | 0.74 | 0.66 |
| Hex | 69 | 6F | E9 | 37 | 34 | 0 | 9 | ED | 4A | 42 |
| Octal | 151 | 157 | 351 | 67 | 64 | 0 | 11 | 355 | 112 | 102 |
| Binary | 1101001 | 1101111 | 11101001 | 110111 | 110100 | 0 | 1001 | 11101101 | 1001010 | 1000010 |
Color Harmonies of #696FE9
Complementary color
Monochromatic Colors of #696FE9
Black with #696FE9
Text Example
Text Example
White with #696FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FE9; }
p { color: rgb(105,111,233); }
H1.HeaderClassName
{
color: #696FE9;
}
.AnyTagClassName
{
color: #696FE9;
}
</style>
background-color css
<style>
a { background-color: #696FE9; }
a { background-color: rgb(105,111,233); }
div.DivClassName
{
background-color: #696FE9;
}
.BgClassName
{
background-color: #696FE9;
}
</style>
border-color css
<style>
span { border-color: #696FE9; }
span { border-color: rgb(105,111,233); }
td.TdClassName
{
border-color: #696FE9;
}
.TagClassName
{
border-color: #696FE9;
}
</style>