Shades of Chetwode Blue #706CAE
Tints of Chetwode Blue #706CAE
RGB
CMYK
RGB Variations
Color information
#706CAE (or 0x706CAE) is known color: Chetwode Blue. HEX triplet: 70, 6C and AE. RGB value is (112,108,174). Sum of RGB (Red+Green+Blue) = 112+108+174=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #706CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAE is #8F9351. Grayscale: #747474. Windows color (decimal): -9409362 or 11431024. OLE color: 11431024.
HSL color Cylindrical-coordinate representation of color #706CAE: hue angle of 243.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706CAE is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 108 | 174 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.32 |
| HSL | 243.64º | 0.29% | 0.55% | - |
| HSV(B) | 243.64º | 0.38% | 0.68% | - |
| XYZ | 19.68 | 17.23 | 42.33 | - |
| YUV | 116.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 174 | 0.36 | 0.38 | 0 | 0.32 | 243.64 | 0.29 | 0.55 |
| Hex | 70 | 6C | AE | 24 | 26 | 0 | 20 | F4 | 1D | 37 |
| Octal | 160 | 154 | 256 | 44 | 46 | 0 | 40 | 364 | 35 | 67 |
| Binary | 1110000 | 1101100 | 10101110 | 100100 | 100110 | 0 | 100000 | 11110100 | 11101 | 110111 |
Color Harmonies of #706CAE
Complementary color
Monochromatic Colors of #706CAE
Black with #706CAE
Text Example
Text Example
White with #706CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CAE; }
p { color: rgb(112,108,174); }
H1.HeaderClassName
{
color: #706CAE;
}
.AnyTagClassName
{
color: #706CAE;
}
</style>
background-color css
<style>
a { background-color: #706CAE; }
a { background-color: rgb(112,108,174); }
div.DivClassName
{
background-color: #706CAE;
}
.BgClassName
{
background-color: #706CAE;
}
</style>
border-color css
<style>
span { border-color: #706CAE; }
span { border-color: rgb(112,108,174); }
td.TdClassName
{
border-color: #706CAE;
}
.TagClassName
{
border-color: #706CAE;
}
</style>