Shades of Slate Blue #706DCB
Tints of Slate Blue #706DCB
RGB
CMYK
RGB Variations
Color information
#706DCB (or 0x706DCB) is known color: Slate Blue. HEX triplet: 70, 6D and CB. RGB value is (112,109,203). Sum of RGB (Red+Green+Blue) = 112+109+203=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #706DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DCB is #8F9234. Grayscale: #787878. Windows color (decimal): -9409077 or 13331824. OLE color: 13331824.
HSL color Cylindrical-coordinate representation of color #706DCB: hue angle of 241.91º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706DCB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 109 | 203 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.20 |
| HSL | 241.91º | 0.47% | 0.61% | - |
| HSV(B) | 241.91º | 0.46% | 0.8% | - |
| XYZ | 22.93 | 18.69 | 58.9 | - |
| YUV | 120.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 203 | 0.45 | 0.46 | 0 | 0.20 | 241.91 | 0.47 | 0.61 |
| Hex | 70 | 6D | CB | 2D | 2E | 0 | 14 | F2 | 2F | 3D |
| Octal | 160 | 155 | 313 | 55 | 56 | 0 | 24 | 362 | 57 | 75 |
| Binary | 1110000 | 1101101 | 11001011 | 101101 | 101110 | 0 | 10100 | 11110010 | 101111 | 111101 |
Color Harmonies of #706DCB
Complementary color
Monochromatic Colors of #706DCB
Black with #706DCB
Text Example
Text Example
White with #706DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DCB; }
p { color: rgb(112,109,203); }
H1.HeaderClassName
{
color: #706DCB;
}
.AnyTagClassName
{
color: #706DCB;
}
</style>
background-color css
<style>
a { background-color: #706DCB; }
a { background-color: rgb(112,109,203); }
div.DivClassName
{
background-color: #706DCB;
}
.BgClassName
{
background-color: #706DCB;
}
</style>
border-color css
<style>
span { border-color: #706DCB; }
span { border-color: rgb(112,109,203); }
td.TdClassName
{
border-color: #706DCB;
}
.TagClassName
{
border-color: #706DCB;
}
</style>