Shades of Slate Blue #706BC9
Tints of Slate Blue #706BC9
RGB
CMYK
RGB Variations
Color information
#706BC9 (or 0x706BC9) is known color: Slate Blue. HEX triplet: 70, 6B and C9. RGB value is (112,107,201). Sum of RGB (Red+Green+Blue) = 112+107+201=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #706BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BC9 is #8F9436. Grayscale: #767676. Windows color (decimal): -9409591 or 13200240. OLE color: 13200240.
HSL color Cylindrical-coordinate representation of color #706BC9: hue angle of 243.19º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706BC9 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 107 | 201 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.21 |
| HSL | 243.19º | 0.47% | 0.6% | - |
| HSV(B) | 243.19º | 0.47% | 0.79% | - |
| XYZ | 22.48 | 18.18 | 57.58 | - |
| YUV | 119.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 201 | 0.44 | 0.47 | 0 | 0.21 | 243.19 | 0.47 | 0.6 |
| Hex | 70 | 6B | C9 | 2C | 2F | 0 | 15 | F3 | 2F | 3C |
| Octal | 160 | 153 | 311 | 54 | 57 | 0 | 25 | 363 | 57 | 74 |
| Binary | 1110000 | 1101011 | 11001001 | 101100 | 101111 | 0 | 10101 | 11110011 | 101111 | 111100 |
Color Harmonies of #706BC9
Complementary color
Monochromatic Colors of #706BC9
Black with #706BC9
Text Example
Text Example
White with #706BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BC9; }
p { color: rgb(112,107,201); }
H1.HeaderClassName
{
color: #706BC9;
}
.AnyTagClassName
{
color: #706BC9;
}
</style>
background-color css
<style>
a { background-color: #706BC9; }
a { background-color: rgb(112,107,201); }
div.DivClassName
{
background-color: #706BC9;
}
.BgClassName
{
background-color: #706BC9;
}
</style>
border-color css
<style>
span { border-color: #706BC9; }
span { border-color: rgb(112,107,201); }
td.TdClassName
{
border-color: #706BC9;
}
.TagClassName
{
border-color: #706BC9;
}
</style>