Shades of Medium Slate Blue #706DDF
Tints of Medium Slate Blue #706DDF
RGB
CMYK
RGB Variations
Color information
#706DDF (or 0x706DDF) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DF. RGB value is (112,109,223). Sum of RGB (Red+Green+Blue) = 112+109+223=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #706DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDF is #8F9220. Grayscale: #7A7A7A. Windows color (decimal): -9409057 or 14642544. OLE color: 14642544.
HSL color Cylindrical-coordinate representation of color #706DDF: hue angle of 241.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706DDF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 109 | 223 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.13 |
| HSL | 241.58º | 0.64% | 0.65% | - |
| HSV(B) | 241.58º | 0.51% | 0.87% | - |
| XYZ | 25.47 | 19.71 | 72.27 | - |
| YUV | 122.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 223 | 0.50 | 0.51 | 0 | 0.13 | 241.58 | 0.64 | 0.65 |
| Hex | 70 | 6D | DF | 32 | 33 | 0 | D | F2 | 40 | 41 |
| Octal | 160 | 155 | 337 | 62 | 63 | 0 | 15 | 362 | 100 | 101 |
| Binary | 1110000 | 1101101 | 11011111 | 110010 | 110011 | 0 | 1101 | 11110010 | 1000000 | 1000001 |
Color Harmonies of #706DDF
Complementary color
Monochromatic Colors of #706DDF
Black with #706DDF
Text Example
Text Example
White with #706DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DDF; }
p { color: rgb(112,109,223); }
H1.HeaderClassName
{
color: #706DDF;
}
.AnyTagClassName
{
color: #706DDF;
}
</style>
background-color css
<style>
a { background-color: #706DDF; }
a { background-color: rgb(112,109,223); }
div.DivClassName
{
background-color: #706DDF;
}
.BgClassName
{
background-color: #706DDF;
}
</style>
border-color css
<style>
span { border-color: #706DDF; }
span { border-color: rgb(112,109,223); }
td.TdClassName
{
border-color: #706DDF;
}
.TagClassName
{
border-color: #706DDF;
}
</style>