Shades of Slate Blue #706DD5
Tints of Slate Blue #706DD5
RGB
CMYK
RGB Variations
Color information
#706DD5 (or 0x706DD5) is known color: Slate Blue. HEX triplet: 70, 6D and D5. RGB value is (112,109,213). Sum of RGB (Red+Green+Blue) = 112+109+213=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #706DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DD5 is #8F922A. Grayscale: #797979. Windows color (decimal): -9409067 or 13987184. OLE color: 13987184.
HSL color Cylindrical-coordinate representation of color #706DD5: hue angle of 241.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706DD5 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 109 | 213 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.16 |
| HSL | 241.73º | 0.55% | 0.63% | - |
| HSV(B) | 241.73º | 0.49% | 0.84% | - |
| XYZ | 24.16 | 19.19 | 65.38 | - |
| YUV | 121.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 213 | 0.47 | 0.49 | 0 | 0.16 | 241.73 | 0.55 | 0.63 |
| Hex | 70 | 6D | D5 | 2F | 31 | 0 | 10 | F2 | 37 | 3F |
| Octal | 160 | 155 | 325 | 57 | 61 | 0 | 20 | 362 | 67 | 77 |
| Binary | 1110000 | 1101101 | 11010101 | 101111 | 110001 | 0 | 10000 | 11110010 | 110111 | 111111 |
Color Harmonies of #706DD5
Complementary color
Monochromatic Colors of #706DD5
Black with #706DD5
Text Example
Text Example
White with #706DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DD5; }
p { color: rgb(112,109,213); }
H1.HeaderClassName
{
color: #706DD5;
}
.AnyTagClassName
{
color: #706DD5;
}
</style>
background-color css
<style>
a { background-color: #706DD5; }
a { background-color: rgb(112,109,213); }
div.DivClassName
{
background-color: #706DD5;
}
.BgClassName
{
background-color: #706DD5;
}
</style>
border-color css
<style>
span { border-color: #706DD5; }
span { border-color: rgb(112,109,213); }
td.TdClassName
{
border-color: #706DD5;
}
.TagClassName
{
border-color: #706DD5;
}
</style>