Shades of Slate Blue #706BC5
Tints of Slate Blue #706BC5
RGB
CMYK
RGB Variations
Color information
#706BC5 (or 0x706BC5) is known color: Slate Blue. HEX triplet: 70, 6B and C5. RGB value is (112,107,197). Sum of RGB (Red+Green+Blue) = 112+107+197=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #706BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BC5 is #8F943A. Grayscale: #767676. Windows color (decimal): -9409595 or 12938096. OLE color: 12938096.
HSL color Cylindrical-coordinate representation of color #706BC5: hue angle of 243.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706BC5 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 107 | 197 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.23 |
| HSL | 243.33º | 0.44% | 0.6% | - |
| HSV(B) | 243.33º | 0.46% | 0.77% | - |
| XYZ | 22.02 | 17.99 | 55.14 | - |
| YUV | 118.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 197 | 0.43 | 0.46 | 0 | 0.23 | 243.33 | 0.44 | 0.6 |
| Hex | 70 | 6B | C5 | 2B | 2E | 0 | 17 | F3 | 2C | 3C |
| Octal | 160 | 153 | 305 | 53 | 56 | 0 | 27 | 363 | 54 | 74 |
| Binary | 1110000 | 1101011 | 11000101 | 101011 | 101110 | 0 | 10111 | 11110011 | 101100 | 111100 |
Color Harmonies of #706BC5
Complementary color
Monochromatic Colors of #706BC5
Black with #706BC5
Text Example
Text Example
White with #706BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BC5; }
p { color: rgb(112,107,197); }
H1.HeaderClassName
{
color: #706BC5;
}
.AnyTagClassName
{
color: #706BC5;
}
</style>
background-color css
<style>
a { background-color: #706BC5; }
a { background-color: rgb(112,107,197); }
div.DivClassName
{
background-color: #706BC5;
}
.BgClassName
{
background-color: #706BC5;
}
</style>
border-color css
<style>
span { border-color: #706BC5; }
span { border-color: rgb(112,107,197); }
td.TdClassName
{
border-color: #706BC5;
}
.TagClassName
{
border-color: #706BC5;
}
</style>