Shades of Medium Slate Blue #696FDF
Tints of Medium Slate Blue #696FDF
RGB
CMYK
RGB Variations
Color information
#696FDF (or 0x696FDF) is known color: Medium Slate Blue. HEX triplet: 69, 6F and DF. RGB value is (105,111,223). Sum of RGB (Red+Green+Blue) = 105+111+223=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #696FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FDF is #969020. Grayscale: #797979. Windows color (decimal): -9867297 or 14643049. OLE color: 14643049.
HSL color Cylindrical-coordinate representation of color #696FDF: hue angle of 236.95º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696FDF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 111 | 223 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.13 |
| HSL | 236.95º | 0.65% | 0.64% | - |
| HSV(B) | 236.95º | 0.53% | 0.87% | - |
| XYZ | 24.83 | 19.7 | 72.31 | - |
| YUV | 121.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 223 | 0.53 | 0.50 | 0 | 0.13 | 236.95 | 0.65 | 0.64 |
| Hex | 69 | 6F | DF | 35 | 32 | 0 | D | ED | 41 | 40 |
| Octal | 151 | 157 | 337 | 65 | 62 | 0 | 15 | 355 | 101 | 100 |
| Binary | 1101001 | 1101111 | 11011111 | 110101 | 110010 | 0 | 1101 | 11101101 | 1000001 | 1000000 |
Color Harmonies of #696FDF
Complementary color
Monochromatic Colors of #696FDF
Black with #696FDF
Text Example
Text Example
White with #696FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FDF; }
p { color: rgb(105,111,223); }
H1.HeaderClassName
{
color: #696FDF;
}
.AnyTagClassName
{
color: #696FDF;
}
</style>
background-color css
<style>
a { background-color: #696FDF; }
a { background-color: rgb(105,111,223); }
div.DivClassName
{
background-color: #696FDF;
}
.BgClassName
{
background-color: #696FDF;
}
</style>
border-color css
<style>
span { border-color: #696FDF; }
span { border-color: rgb(105,111,223); }
td.TdClassName
{
border-color: #696FDF;
}
.TagClassName
{
border-color: #696FDF;
}
</style>