Shades of Slate Blue #706BDA
Tints of Slate Blue #706BDA
RGB
CMYK
RGB Variations
Color information
#706BDA (or 0x706BDA) is known color: Slate Blue. HEX triplet: 70, 6B and DA. RGB value is (112,107,218). Sum of RGB (Red+Green+Blue) = 112+107+218=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #706BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDA is #8F9425. Grayscale: #787878. Windows color (decimal): -9409574 or 14314352. OLE color: 14314352.
HSL color Cylindrical-coordinate representation of color #706BDA: hue angle of 242.7º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706BDA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 107 | 218 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.15 |
| HSL | 242.7º | 0.6% | 0.64% | - |
| HSV(B) | 242.7º | 0.51% | 0.85% | - |
| XYZ | 24.59 | 19.02 | 68.71 | - |
| YUV | 121.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 218 | 0.49 | 0.51 | 0 | 0.15 | 242.7 | 0.6 | 0.64 |
| Hex | 70 | 6B | DA | 31 | 33 | 0 | F | F3 | 3C | 40 |
| Octal | 160 | 153 | 332 | 61 | 63 | 0 | 17 | 363 | 74 | 100 |
| Binary | 1110000 | 1101011 | 11011010 | 110001 | 110011 | 0 | 1111 | 11110011 | 111100 | 1000000 |
Color Harmonies of #706BDA
Complementary color
Monochromatic Colors of #706BDA
Black with #706BDA
Text Example
Text Example
White with #706BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BDA; }
p { color: rgb(112,107,218); }
H1.HeaderClassName
{
color: #706BDA;
}
.AnyTagClassName
{
color: #706BDA;
}
</style>
background-color css
<style>
a { background-color: #706BDA; }
a { background-color: rgb(112,107,218); }
div.DivClassName
{
background-color: #706BDA;
}
.BgClassName
{
background-color: #706BDA;
}
</style>
border-color css
<style>
span { border-color: #706BDA; }
span { border-color: rgb(112,107,218); }
td.TdClassName
{
border-color: #706BDA;
}
.TagClassName
{
border-color: #706BDA;
}
</style>