Shades of Slate Blue #706DCE
Tints of Slate Blue #706DCE
RGB
CMYK
RGB Variations
Color information
#706DCE (or 0x706DCE) is known color: Slate Blue. HEX triplet: 70, 6D and CE. RGB value is (112,109,206). Sum of RGB (Red+Green+Blue) = 112+109+206=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #706DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DCE is #8F9231. Grayscale: #787878. Windows color (decimal): -9409074 or 13528432. OLE color: 13528432.
HSL color Cylindrical-coordinate representation of color #706DCE: hue angle of 241.86º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706DCE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 109 | 206 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.19 |
| HSL | 241.86º | 0.5% | 0.62% | - |
| HSV(B) | 241.86º | 0.47% | 0.81% | - |
| XYZ | 23.29 | 18.84 | 60.8 | - |
| YUV | 120.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 206 | 0.46 | 0.47 | 0 | 0.19 | 241.86 | 0.5 | 0.62 |
| Hex | 70 | 6D | CE | 2E | 2F | 0 | 13 | F2 | 32 | 3E |
| Octal | 160 | 155 | 316 | 56 | 57 | 0 | 23 | 362 | 62 | 76 |
| Binary | 1110000 | 1101101 | 11001110 | 101110 | 101111 | 0 | 10011 | 11110010 | 110010 | 111110 |
Color Harmonies of #706DCE
Complementary color
Monochromatic Colors of #706DCE
Black with #706DCE
Text Example
Text Example
White with #706DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DCE; }
p { color: rgb(112,109,206); }
H1.HeaderClassName
{
color: #706DCE;
}
.AnyTagClassName
{
color: #706DCE;
}
</style>
background-color css
<style>
a { background-color: #706DCE; }
a { background-color: rgb(112,109,206); }
div.DivClassName
{
background-color: #706DCE;
}
.BgClassName
{
background-color: #706DCE;
}
</style>
border-color css
<style>
span { border-color: #706DCE; }
span { border-color: rgb(112,109,206); }
td.TdClassName
{
border-color: #706DCE;
}
.TagClassName
{
border-color: #706DCE;
}
</style>