Shades of Medium Slate Blue #696EF1
Tints of Medium Slate Blue #696EF1
RGB
CMYK
RGB Variations
Color information
#696EF1 (or 0x696EF1) is known color: Medium Slate Blue. HEX triplet: 69, 6E and F1. RGB value is (105,110,241). Sum of RGB (Red+Green+Blue) = 105+110+241=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #696EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EF1 is #96910E. Grayscale: #7A7A7A. Windows color (decimal): -9867535 or 15822441. OLE color: 15822441.
HSL color Cylindrical-coordinate representation of color #696EF1: hue angle of 237.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696EF1 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 110 | 241 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.05 |
| HSL | 237.79º | 0.83% | 0.68% | - |
| HSV(B) | 237.79º | 0.56% | 0.95% | - |
| XYZ | 27.28 | 20.51 | 85.74 | - |
| YUV | 123.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 241 | 0.56 | 0.54 | 0 | 0.05 | 237.79 | 0.83 | 0.68 |
| Hex | 69 | 6E | F1 | 38 | 36 | 0 | 5 | EE | 53 | 44 |
| Octal | 151 | 156 | 361 | 70 | 66 | 0 | 5 | 356 | 123 | 104 |
| Binary | 1101001 | 1101110 | 11110001 | 111000 | 110110 | 0 | 101 | 11101110 | 1010011 | 1000100 |
Color Harmonies of #696EF1
Complementary color
Monochromatic Colors of #696EF1
Black with #696EF1
Text Example
Text Example
White with #696EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EF1; }
p { color: rgb(105,110,241); }
H1.HeaderClassName
{
color: #696EF1;
}
.AnyTagClassName
{
color: #696EF1;
}
</style>
background-color css
<style>
a { background-color: #696EF1; }
a { background-color: rgb(105,110,241); }
div.DivClassName
{
background-color: #696EF1;
}
.BgClassName
{
background-color: #696EF1;
}
</style>
border-color css
<style>
span { border-color: #696EF1; }
span { border-color: rgb(105,110,241); }
td.TdClassName
{
border-color: #696EF1;
}
.TagClassName
{
border-color: #696EF1;
}
</style>