Shades of Medium Slate Blue #696ADF
Tints of Medium Slate Blue #696ADF
RGB
CMYK
RGB Variations
Color information
#696ADF (or 0x696ADF) is known color: Medium Slate Blue. HEX triplet: 69, 6A and DF. RGB value is (105,106,223). Sum of RGB (Red+Green+Blue) = 105+106+223=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #696ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADF is #969520. Grayscale: #767676. Windows color (decimal): -9868577 or 14641769. OLE color: 14641769.
HSL color Cylindrical-coordinate representation of color #696ADF: hue angle of 239.49º 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 #696ADF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 106 | 223 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 239.49º | 0.65% | 0.64% | - |
| HSV(B) | 239.49º | 0.53% | 0.87% | - |
| XYZ | 24.3 | 18.64 | 72.13 | - |
| YUV | 119.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 223 | 0.53 | 0.52 | 0 | 0.13 | 239.49 | 0.65 | 0.64 |
| Hex | 69 | 6A | DF | 35 | 34 | 0 | D | EF | 41 | 40 |
| Octal | 151 | 152 | 337 | 65 | 64 | 0 | 15 | 357 | 101 | 100 |
| Binary | 1101001 | 1101010 | 11011111 | 110101 | 110100 | 0 | 1101 | 11101111 | 1000001 | 1000000 |
Color Harmonies of #696ADF
Complementary color
Monochromatic Colors of #696ADF
Black with #696ADF
Text Example
Text Example
White with #696ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ADF; }
p { color: rgb(105,106,223); }
H1.HeaderClassName
{
color: #696ADF;
}
.AnyTagClassName
{
color: #696ADF;
}
</style>
background-color css
<style>
a { background-color: #696ADF; }
a { background-color: rgb(105,106,223); }
div.DivClassName
{
background-color: #696ADF;
}
.BgClassName
{
background-color: #696ADF;
}
</style>
border-color css
<style>
span { border-color: #696ADF; }
span { border-color: rgb(105,106,223); }
td.TdClassName
{
border-color: #696ADF;
}
.TagClassName
{
border-color: #696ADF;
}
</style>