Shades of Medium Slate Blue #696EFF
Tints of Medium Slate Blue #696EFF
RGB
CMYK
RGB Variations
Color information
#696EFF (or 0x696EFF) is known color: Medium Slate Blue. HEX triplet: 69, 6E and FF. RGB value is (105,110,255). Sum of RGB (Red+Green+Blue) = 105+110+255=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #696EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EFF is #969100. Grayscale: #7C7C7C. Windows color (decimal): -9867521 or 16739945. OLE color: 16739945.
HSL color Cylindrical-coordinate representation of color #696EFF: hue angle of 238º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696EFF is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 110 | 255 | - |
| CMYK | 0.59 | 0.57 | 0 | 0 |
| HSL | 238º | 1% | 0.71% | - |
| HSV(B) | 238º | 0.59% | 1% | - |
| XYZ | 29.45 | 21.38 | 97.18 | - |
| YUV | 125.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 255 | 0.59 | 0.57 | 0 | 0 | 238 | 1 | 0.71 |
| Hex | 69 | 6E | FF | 3B | 39 | 0 | 0 | EE | 64 | 47 |
| Octal | 151 | 156 | 377 | 73 | 71 | 0 | 0 | 356 | 144 | 107 |
| Binary | 1101001 | 1101110 | 11111111 | 111011 | 111001 | 0 | 0 | 11101110 | 1100100 | 1000111 |
Color Harmonies of #696EFF
Complementary color
Monochromatic Colors of #696EFF
Black with #696EFF
Text Example
Text Example
White with #696EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EFF; }
p { color: rgb(105,110,255); }
H1.HeaderClassName
{
color: #696EFF;
}
.AnyTagClassName
{
color: #696EFF;
}
</style>
background-color css
<style>
a { background-color: #696EFF; }
a { background-color: rgb(105,110,255); }
div.DivClassName
{
background-color: #696EFF;
}
.BgClassName
{
background-color: #696EFF;
}
</style>
border-color css
<style>
span { border-color: #696EFF; }
span { border-color: rgb(105,110,255); }
td.TdClassName
{
border-color: #696EFF;
}
.TagClassName
{
border-color: #696EFF;
}
</style>