Shades of Medium Slate Blue #696AEF
Tints of Medium Slate Blue #696AEF
RGB
CMYK
RGB Variations
Color information
#696AEF (or 0x696AEF) is known color: Medium Slate Blue. HEX triplet: 69, 6A and EF. RGB value is (105,106,239). Sum of RGB (Red+Green+Blue) = 105+106+239=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #696AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AEF is #969510. Grayscale: #787878. Windows color (decimal): -9868561 or 15690345. OLE color: 15690345.
HSL color Cylindrical-coordinate representation of color #696AEF: hue angle of 239.55º 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 #696AEF is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 106 | 239 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.06 |
| HSL | 239.55º | 0.81% | 0.67% | - |
| HSV(B) | 239.55º | 0.56% | 0.94% | - |
| XYZ | 26.56 | 19.54 | 84.03 | - |
| YUV | 120.86 | 194.67 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 239 | 0.56 | 0.56 | 0 | 0.06 | 239.55 | 0.81 | 0.67 |
| Hex | 69 | 6A | EF | 38 | 38 | 0 | 6 | F0 | 51 | 43 |
| Octal | 151 | 152 | 357 | 70 | 70 | 0 | 6 | 360 | 121 | 103 |
| Binary | 1101001 | 1101010 | 11101111 | 111000 | 111000 | 0 | 110 | 11110000 | 1010001 | 1000011 |
Color Harmonies of #696AEF
Complementary color
Monochromatic Colors of #696AEF
Black with #696AEF
Text Example
Text Example
White with #696AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AEF; }
p { color: rgb(105,106,239); }
H1.HeaderClassName
{
color: #696AEF;
}
.AnyTagClassName
{
color: #696AEF;
}
</style>
background-color css
<style>
a { background-color: #696AEF; }
a { background-color: rgb(105,106,239); }
div.DivClassName
{
background-color: #696AEF;
}
.BgClassName
{
background-color: #696AEF;
}
</style>
border-color css
<style>
span { border-color: #696AEF; }
span { border-color: rgb(105,106,239); }
td.TdClassName
{
border-color: #696AEF;
}
.TagClassName
{
border-color: #696AEF;
}
</style>