Shades of Medium Slate Blue #696FDD
Tints of Medium Slate Blue #696FDD
RGB
CMYK
RGB Variations
Color information
#696FDD (or 0x696FDD) is known color: Medium Slate Blue. HEX triplet: 69, 6F and DD. RGB value is (105,111,221). Sum of RGB (Red+Green+Blue) = 105+111+221=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #696FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FDD is #969022. Grayscale: #797979. Windows color (decimal): -9867299 or 14511977. OLE color: 14511977.
HSL color Cylindrical-coordinate representation of color #696FDD: hue angle of 236.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696FDD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 111 | 221 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.13 |
| HSL | 236.9º | 0.63% | 0.64% | - |
| HSV(B) | 236.9º | 0.52% | 0.87% | - |
| XYZ | 24.56 | 19.59 | 70.89 | - |
| YUV | 121.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 221 | 0.52 | 0.50 | 0 | 0.13 | 236.9 | 0.63 | 0.64 |
| Hex | 69 | 6F | DD | 34 | 32 | 0 | D | ED | 3F | 40 |
| Octal | 151 | 157 | 335 | 64 | 62 | 0 | 15 | 355 | 77 | 100 |
| Binary | 1101001 | 1101111 | 11011101 | 110100 | 110010 | 0 | 1101 | 11101101 | 111111 | 1000000 |
Color Harmonies of #696FDD
Complementary color
Monochromatic Colors of #696FDD
Black with #696FDD
Text Example
Text Example
White with #696FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FDD; }
p { color: rgb(105,111,221); }
H1.HeaderClassName
{
color: #696FDD;
}
.AnyTagClassName
{
color: #696FDD;
}
</style>
background-color css
<style>
a { background-color: #696FDD; }
a { background-color: rgb(105,111,221); }
div.DivClassName
{
background-color: #696FDD;
}
.BgClassName
{
background-color: #696FDD;
}
</style>
border-color css
<style>
span { border-color: #696FDD; }
span { border-color: rgb(105,111,221); }
td.TdClassName
{
border-color: #696FDD;
}
.TagClassName
{
border-color: #696FDD;
}
</style>