Shades of Chetwode Blue #706DAC
Tints of Chetwode Blue #706DAC
RGB
CMYK
RGB Variations
Color information
#706DAC (or 0x706DAC) is known color: Chetwode Blue. HEX triplet: 70, 6D and AC. RGB value is (112,109,172). Sum of RGB (Red+Green+Blue) = 112+109+172=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #706DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAC is #8F9253. Grayscale: #747474. Windows color (decimal): -9409108 or 11300208. OLE color: 11300208.
HSL color Cylindrical-coordinate representation of color #706DAC: hue angle of 242.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706DAC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 109 | 172 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.33 |
| HSL | 242.86º | 0.28% | 0.55% | - |
| HSV(B) | 242.86º | 0.37% | 0.67% | - |
| XYZ | 19.6 | 17.36 | 41.35 | - |
| YUV | 117.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 172 | 0.35 | 0.37 | 0 | 0.33 | 242.86 | 0.28 | 0.55 |
| Hex | 70 | 6D | AC | 23 | 25 | 0 | 21 | F3 | 1C | 37 |
| Octal | 160 | 155 | 254 | 43 | 45 | 0 | 41 | 363 | 34 | 67 |
| Binary | 1110000 | 1101101 | 10101100 | 100011 | 100101 | 0 | 100001 | 11110011 | 11100 | 110111 |
Color Harmonies of #706DAC
Complementary color
Monochromatic Colors of #706DAC
Black with #706DAC
Text Example
Text Example
White with #706DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DAC; }
p { color: rgb(112,109,172); }
H1.HeaderClassName
{
color: #706DAC;
}
.AnyTagClassName
{
color: #706DAC;
}
</style>
background-color css
<style>
a { background-color: #706DAC; }
a { background-color: rgb(112,109,172); }
div.DivClassName
{
background-color: #706DAC;
}
.BgClassName
{
background-color: #706DAC;
}
</style>
border-color css
<style>
span { border-color: #706DAC; }
span { border-color: rgb(112,109,172); }
td.TdClassName
{
border-color: #706DAC;
}
.TagClassName
{
border-color: #706DAC;
}
</style>