Shades of Medium Slate Blue #696BE7
Tints of Medium Slate Blue #696BE7
RGB
CMYK
RGB Variations
Color information
#696BE7 (or 0x696BE7) is known color: Medium Slate Blue. HEX triplet: 69, 6B and E7. RGB value is (105,107,231). Sum of RGB (Red+Green+Blue) = 105+107+231=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #696BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BE7 is #969418. Grayscale: #787878. Windows color (decimal): -9868313 or 15166313. OLE color: 15166313.
HSL color Cylindrical-coordinate representation of color #696BE7: hue angle of 239.05º degrees, saturation: 0.72, 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 #696BE7 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 107 | 231 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.09 |
| HSL | 239.05º | 0.72% | 0.66% | - |
| HSV(B) | 239.05º | 0.55% | 0.91% | - |
| XYZ | 25.51 | 19.29 | 77.98 | - |
| YUV | 120.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 231 | 0.55 | 0.54 | 0 | 0.09 | 239.05 | 0.72 | 0.66 |
| Hex | 69 | 6B | E7 | 37 | 36 | 0 | 9 | EF | 48 | 42 |
| Octal | 151 | 153 | 347 | 67 | 66 | 0 | 11 | 357 | 110 | 102 |
| Binary | 1101001 | 1101011 | 11100111 | 110111 | 110110 | 0 | 1001 | 11101111 | 1001000 | 1000010 |
Color Harmonies of #696BE7
Complementary color
Monochromatic Colors of #696BE7
Black with #696BE7
Text Example
Text Example
White with #696BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BE7; }
p { color: rgb(105,107,231); }
H1.HeaderClassName
{
color: #696BE7;
}
.AnyTagClassName
{
color: #696BE7;
}
</style>
background-color css
<style>
a { background-color: #696BE7; }
a { background-color: rgb(105,107,231); }
div.DivClassName
{
background-color: #696BE7;
}
.BgClassName
{
background-color: #696BE7;
}
</style>
border-color css
<style>
span { border-color: #696BE7; }
span { border-color: rgb(105,107,231); }
td.TdClassName
{
border-color: #696BE7;
}
.TagClassName
{
border-color: #696BE7;
}
</style>