Shades of Medium Slate Blue #696CEF
Tints of Medium Slate Blue #696CEF
RGB
CMYK
RGB Variations
Color information
#696CEF (or 0x696CEF) is known color: Medium Slate Blue. HEX triplet: 69, 6C and EF. RGB value is (105,108,239). Sum of RGB (Red+Green+Blue) = 105+108+239=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #696CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CEF is #969310. Grayscale: #797979. Windows color (decimal): -9868049 or 15690857. OLE color: 15690857.
HSL color Cylindrical-coordinate representation of color #696CEF: hue angle of 238.66º 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 #696CEF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 108 | 239 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.06 |
| HSL | 238.66º | 0.81% | 0.67% | - |
| HSV(B) | 238.66º | 0.56% | 0.94% | - |
| XYZ | 26.77 | 19.96 | 84.1 | - |
| YUV | 122.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 239 | 0.56 | 0.55 | 0 | 0.06 | 238.66 | 0.81 | 0.67 |
| Hex | 69 | 6C | EF | 38 | 37 | 0 | 6 | EF | 51 | 43 |
| Octal | 151 | 154 | 357 | 70 | 67 | 0 | 6 | 357 | 121 | 103 |
| Binary | 1101001 | 1101100 | 11101111 | 111000 | 110111 | 0 | 110 | 11101111 | 1010001 | 1000011 |
Color Harmonies of #696CEF
Complementary color
Monochromatic Colors of #696CEF
Black with #696CEF
Text Example
Text Example
White with #696CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CEF; }
p { color: rgb(105,108,239); }
H1.HeaderClassName
{
color: #696CEF;
}
.AnyTagClassName
{
color: #696CEF;
}
</style>
background-color css
<style>
a { background-color: #696CEF; }
a { background-color: rgb(105,108,239); }
div.DivClassName
{
background-color: #696CEF;
}
.BgClassName
{
background-color: #696CEF;
}
</style>
border-color css
<style>
span { border-color: #696CEF; }
span { border-color: rgb(105,108,239); }
td.TdClassName
{
border-color: #696CEF;
}
.TagClassName
{
border-color: #696CEF;
}
</style>