Shades of Medium Slate Blue #696DED
Tints of Medium Slate Blue #696DED
RGB
CMYK
RGB Variations
Color information
#696DED (or 0x696DED) is known color: Medium Slate Blue. HEX triplet: 69, 6D and ED. RGB value is (105,109,237). Sum of RGB (Red+Green+Blue) = 105+109+237=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #696DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DED is #969212. Grayscale: #797979. Windows color (decimal): -9867795 or 15560041. OLE color: 15560041.
HSL color Cylindrical-coordinate representation of color #696DED: hue angle of 238.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696DED is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 109 | 237 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.07 |
| HSL | 238.18º | 0.79% | 0.67% | - |
| HSV(B) | 238.18º | 0.56% | 0.93% | - |
| XYZ | 26.58 | 20.05 | 82.59 | - |
| YUV | 122.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 237 | 0.56 | 0.54 | 0 | 0.07 | 238.18 | 0.79 | 0.67 |
| Hex | 69 | 6D | ED | 38 | 36 | 0 | 7 | EE | 4F | 43 |
| Octal | 151 | 155 | 355 | 70 | 66 | 0 | 7 | 356 | 117 | 103 |
| Binary | 1101001 | 1101101 | 11101101 | 111000 | 110110 | 0 | 111 | 11101110 | 1001111 | 1000011 |
Color Harmonies of #696DED
Complementary color
Monochromatic Colors of #696DED
Black with #696DED
Text Example
Text Example
White with #696DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DED; }
p { color: rgb(105,109,237); }
H1.HeaderClassName
{
color: #696DED;
}
.AnyTagClassName
{
color: #696DED;
}
</style>
background-color css
<style>
a { background-color: #696DED; }
a { background-color: rgb(105,109,237); }
div.DivClassName
{
background-color: #696DED;
}
.BgClassName
{
background-color: #696DED;
}
</style>
border-color css
<style>
span { border-color: #696DED; }
span { border-color: rgb(105,109,237); }
td.TdClassName
{
border-color: #696DED;
}
.TagClassName
{
border-color: #696DED;
}
</style>