Shades of Chetwode Blue #706ABD
Tints of Chetwode Blue #706ABD
RGB
CMYK
RGB Variations
Color information
#706ABD (or 0x706ABD) is known color: Chetwode Blue. HEX triplet: 70, 6A and BD. RGB value is (112,106,189). Sum of RGB (Red+Green+Blue) = 112+106+189=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #706ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ABD is #8F9542. Grayscale: #747474. Windows color (decimal): -9409859 or 12413552. OLE color: 12413552.
HSL color Cylindrical-coordinate representation of color #706ABD: hue angle of 244.34º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706ABD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 106 | 189 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.26 |
| HSL | 244.34º | 0.39% | 0.58% | - |
| HSV(B) | 244.34º | 0.44% | 0.74% | - |
| XYZ | 21.02 | 17.43 | 50.4 | - |
| YUV | 117.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 189 | 0.41 | 0.44 | 0 | 0.26 | 244.34 | 0.39 | 0.58 |
| Hex | 70 | 6A | BD | 29 | 2C | 0 | 1A | F4 | 27 | 3A |
| Octal | 160 | 152 | 275 | 51 | 54 | 0 | 32 | 364 | 47 | 72 |
| Binary | 1110000 | 1101010 | 10111101 | 101001 | 101100 | 0 | 11010 | 11110100 | 100111 | 111010 |
Color Harmonies of #706ABD
Complementary color
Monochromatic Colors of #706ABD
Black with #706ABD
Text Example
Text Example
White with #706ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ABD; }
p { color: rgb(112,106,189); }
H1.HeaderClassName
{
color: #706ABD;
}
.AnyTagClassName
{
color: #706ABD;
}
</style>
background-color css
<style>
a { background-color: #706ABD; }
a { background-color: rgb(112,106,189); }
div.DivClassName
{
background-color: #706ABD;
}
.BgClassName
{
background-color: #706ABD;
}
</style>
border-color css
<style>
span { border-color: #706ABD; }
span { border-color: rgb(112,106,189); }
td.TdClassName
{
border-color: #706ABD;
}
.TagClassName
{
border-color: #706ABD;
}
</style>