Shades of Medium Slate Blue #696EEF
Tints of Medium Slate Blue #696EEF
RGB
CMYK
RGB Variations
Color information
#696EEF (or 0x696EEF) is known color: Medium Slate Blue. HEX triplet: 69, 6E and EF. RGB value is (105,110,239). Sum of RGB (Red+Green+Blue) = 105+110+239=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #696EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EEF is #969110. Grayscale: #7A7A7A. Windows color (decimal): -9867537 or 15691369. OLE color: 15691369.
HSL color Cylindrical-coordinate representation of color #696EEF: hue angle of 237.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696EEF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 110 | 239 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.06 |
| HSL | 237.76º | 0.81% | 0.67% | - |
| HSV(B) | 237.76º | 0.56% | 0.94% | - |
| XYZ | 26.98 | 20.39 | 84.17 | - |
| YUV | 123.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 239 | 0.56 | 0.54 | 0 | 0.06 | 237.76 | 0.81 | 0.67 |
| Hex | 69 | 6E | EF | 38 | 36 | 0 | 6 | EE | 51 | 43 |
| Octal | 151 | 156 | 357 | 70 | 66 | 0 | 6 | 356 | 121 | 103 |
| Binary | 1101001 | 1101110 | 11101111 | 111000 | 110110 | 0 | 110 | 11101110 | 1010001 | 1000011 |
Color Harmonies of #696EEF
Complementary color
Monochromatic Colors of #696EEF
Black with #696EEF
Text Example
Text Example
White with #696EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EEF; }
p { color: rgb(105,110,239); }
H1.HeaderClassName
{
color: #696EEF;
}
.AnyTagClassName
{
color: #696EEF;
}
</style>
background-color css
<style>
a { background-color: #696EEF; }
a { background-color: rgb(105,110,239); }
div.DivClassName
{
background-color: #696EEF;
}
.BgClassName
{
background-color: #696EEF;
}
</style>
border-color css
<style>
span { border-color: #696EEF; }
span { border-color: rgb(105,110,239); }
td.TdClassName
{
border-color: #696EEF;
}
.TagClassName
{
border-color: #696EEF;
}
</style>