Shades of Medium Slate Blue #696DF9
Tints of Medium Slate Blue #696DF9
RGB
CMYK
RGB Variations
Color information
#696DF9 (or 0x696DF9) is known color: Medium Slate Blue. HEX triplet: 69, 6D and F9. RGB value is (105,109,249). Sum of RGB (Red+Green+Blue) = 105+109+249=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #696DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DF9 is #969206. Grayscale: #7B7B7B. Windows color (decimal): -9867783 or 16346473. OLE color: 16346473.
HSL color Cylindrical-coordinate representation of color #696DF9: hue angle of 238.33º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696DF9 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 109 | 249 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.02 |
| HSL | 238.33º | 0.92% | 0.69% | - |
| HSV(B) | 238.33º | 0.58% | 0.98% | - |
| XYZ | 28.39 | 20.78 | 92.14 | - |
| YUV | 123.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 249 | 0.58 | 0.56 | 0 | 0.02 | 238.33 | 0.92 | 0.69 |
| Hex | 69 | 6D | F9 | 3A | 38 | 0 | 2 | EE | 5C | 45 |
| Octal | 151 | 155 | 371 | 72 | 70 | 0 | 2 | 356 | 134 | 105 |
| Binary | 1101001 | 1101101 | 11111001 | 111010 | 111000 | 0 | 10 | 11101110 | 1011100 | 1000101 |
Color Harmonies of #696DF9
Complementary color
Monochromatic Colors of #696DF9
Black with #696DF9
Text Example
Text Example
White with #696DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DF9; }
p { color: rgb(105,109,249); }
H1.HeaderClassName
{
color: #696DF9;
}
.AnyTagClassName
{
color: #696DF9;
}
</style>
background-color css
<style>
a { background-color: #696DF9; }
a { background-color: rgb(105,109,249); }
div.DivClassName
{
background-color: #696DF9;
}
.BgClassName
{
background-color: #696DF9;
}
</style>
border-color css
<style>
span { border-color: #696DF9; }
span { border-color: rgb(105,109,249); }
td.TdClassName
{
border-color: #696DF9;
}
.TagClassName
{
border-color: #696DF9;
}
</style>