Shades of Slate Blue #706ACF
Tints of Slate Blue #706ACF
RGB
CMYK
RGB Variations
Color information
#706ACF (or 0x706ACF) is known color: Slate Blue. HEX triplet: 70, 6A and CF. RGB value is (112,106,207). Sum of RGB (Red+Green+Blue) = 112+106+207=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #706ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACF is #8F9530. Grayscale: #767676. Windows color (decimal): -9409841 or 13593200. OLE color: 13593200.
HSL color Cylindrical-coordinate representation of color #706ACF: hue angle of 243.56º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706ACF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 106 | 207 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.19 |
| HSL | 243.56º | 0.51% | 0.61% | - |
| HSV(B) | 243.56º | 0.49% | 0.81% | - |
| XYZ | 23.1 | 18.26 | 61.34 | - |
| YUV | 119.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 207 | 0.46 | 0.49 | 0 | 0.19 | 243.56 | 0.51 | 0.61 |
| Hex | 70 | 6A | CF | 2E | 31 | 0 | 13 | F4 | 33 | 3D |
| Octal | 160 | 152 | 317 | 56 | 61 | 0 | 23 | 364 | 63 | 75 |
| Binary | 1110000 | 1101010 | 11001111 | 101110 | 110001 | 0 | 10011 | 11110100 | 110011 | 111101 |
Color Harmonies of #706ACF
Complementary color
Monochromatic Colors of #706ACF
Black with #706ACF
Text Example
Text Example
White with #706ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ACF; }
p { color: rgb(112,106,207); }
H1.HeaderClassName
{
color: #706ACF;
}
.AnyTagClassName
{
color: #706ACF;
}
</style>
background-color css
<style>
a { background-color: #706ACF; }
a { background-color: rgb(112,106,207); }
div.DivClassName
{
background-color: #706ACF;
}
.BgClassName
{
background-color: #706ACF;
}
</style>
border-color css
<style>
span { border-color: #706ACF; }
span { border-color: rgb(112,106,207); }
td.TdClassName
{
border-color: #706ACF;
}
.TagClassName
{
border-color: #706ACF;
}
</style>