Shades of Slate Blue #706FCD
Tints of Slate Blue #706FCD
RGB
CMYK
RGB Variations
Color information
#706FCD (or 0x706FCD) is known color: Slate Blue. HEX triplet: 70, 6F and CD. RGB value is (112,111,205). Sum of RGB (Red+Green+Blue) = 112+111+205=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #706FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FCD is #8F9032. Grayscale: #797979. Windows color (decimal): -9408563 or 13463408. OLE color: 13463408.
HSL color Cylindrical-coordinate representation of color #706FCD: hue angle of 240.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706FCD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 111 | 205 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.20 |
| HSL | 240.64º | 0.48% | 0.62% | - |
| HSV(B) | 240.64º | 0.46% | 0.8% | - |
| XYZ | 23.39 | 19.22 | 60.24 | - |
| YUV | 122.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 205 | 0.45 | 0.46 | 0 | 0.20 | 240.64 | 0.48 | 0.62 |
| Hex | 70 | 6F | CD | 2D | 2E | 0 | 14 | F1 | 30 | 3E |
| Octal | 160 | 157 | 315 | 55 | 56 | 0 | 24 | 361 | 60 | 76 |
| Binary | 1110000 | 1101111 | 11001101 | 101101 | 101110 | 0 | 10100 | 11110001 | 110000 | 111110 |
Color Harmonies of #706FCD
Complementary color
Monochromatic Colors of #706FCD
Black with #706FCD
Text Example
Text Example
White with #706FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FCD; }
p { color: rgb(112,111,205); }
H1.HeaderClassName
{
color: #706FCD;
}
.AnyTagClassName
{
color: #706FCD;
}
</style>
background-color css
<style>
a { background-color: #706FCD; }
a { background-color: rgb(112,111,205); }
div.DivClassName
{
background-color: #706FCD;
}
.BgClassName
{
background-color: #706FCD;
}
</style>
border-color css
<style>
span { border-color: #706FCD; }
span { border-color: rgb(112,111,205); }
td.TdClassName
{
border-color: #706FCD;
}
.TagClassName
{
border-color: #706FCD;
}
</style>