Shades of Chetwode Blue #706CAF
Tints of Chetwode Blue #706CAF
RGB
CMYK
RGB Variations
Color information
#706CAF (or 0x706CAF) is known color: Chetwode Blue. HEX triplet: 70, 6C and AF. RGB value is (112,108,175). Sum of RGB (Red+Green+Blue) = 112+108+175=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #706CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAF is #8F9350. Grayscale: #747474. Windows color (decimal): -9409361 or 11496560. OLE color: 11496560.
HSL color Cylindrical-coordinate representation of color #706CAF: hue angle of 243.58º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706CAF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 108 | 175 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.31 |
| HSL | 243.58º | 0.3% | 0.55% | - |
| HSV(B) | 243.58º | 0.38% | 0.69% | - |
| XYZ | 19.78 | 17.27 | 42.85 | - |
| YUV | 116.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 175 | 0.36 | 0.38 | 0 | 0.31 | 243.58 | 0.3 | 0.55 |
| Hex | 70 | 6C | AF | 24 | 26 | 0 | 1F | F4 | 1E | 37 |
| Octal | 160 | 154 | 257 | 44 | 46 | 0 | 37 | 364 | 36 | 67 |
| Binary | 1110000 | 1101100 | 10101111 | 100100 | 100110 | 0 | 11111 | 11110100 | 11110 | 110111 |
Color Harmonies of #706CAF
Complementary color
Monochromatic Colors of #706CAF
Black with #706CAF
Text Example
Text Example
White with #706CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CAF; }
p { color: rgb(112,108,175); }
H1.HeaderClassName
{
color: #706CAF;
}
.AnyTagClassName
{
color: #706CAF;
}
</style>
background-color css
<style>
a { background-color: #706CAF; }
a { background-color: rgb(112,108,175); }
div.DivClassName
{
background-color: #706CAF;
}
.BgClassName
{
background-color: #706CAF;
}
</style>
border-color css
<style>
span { border-color: #706CAF; }
span { border-color: rgb(112,108,175); }
td.TdClassName
{
border-color: #706CAF;
}
.TagClassName
{
border-color: #706CAF;
}
</style>