Shades of Chetwode Blue #706FAB
Tints of Chetwode Blue #706FAB
RGB
CMYK
RGB Variations
Color information
#706FAB (or 0x706FAB) is known color: Chetwode Blue. HEX triplet: 70, 6F and AB. RGB value is (112,111,171). Sum of RGB (Red+Green+Blue) = 112+111+171=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #706FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAB is #8F9054. Grayscale: #757575. Windows color (decimal): -9408597 or 11235184. OLE color: 11235184.
HSL color Cylindrical-coordinate representation of color #706FAB: hue angle of 241º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706FAB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 111 | 171 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.33 |
| HSL | 241º | 0.26% | 0.55% | - |
| HSV(B) | 241º | 0.35% | 0.67% | - |
| XYZ | 19.72 | 17.75 | 40.92 | - |
| YUV | 118.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 171 | 0.35 | 0.35 | 0 | 0.33 | 241 | 0.26 | 0.55 |
| Hex | 70 | 6F | AB | 23 | 23 | 0 | 21 | F1 | 1A | 37 |
| Octal | 160 | 157 | 253 | 43 | 43 | 0 | 41 | 361 | 32 | 67 |
| Binary | 1110000 | 1101111 | 10101011 | 100011 | 100011 | 0 | 100001 | 11110001 | 11010 | 110111 |
Color Harmonies of #706FAB
Complementary color
Monochromatic Colors of #706FAB
Black with #706FAB
Text Example
Text Example
White with #706FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FAB; }
p { color: rgb(112,111,171); }
H1.HeaderClassName
{
color: #706FAB;
}
.AnyTagClassName
{
color: #706FAB;
}
</style>
background-color css
<style>
a { background-color: #706FAB; }
a { background-color: rgb(112,111,171); }
div.DivClassName
{
background-color: #706FAB;
}
.BgClassName
{
background-color: #706FAB;
}
</style>
border-color css
<style>
span { border-color: #706FAB; }
span { border-color: rgb(112,111,171); }
td.TdClassName
{
border-color: #706FAB;
}
.TagClassName
{
border-color: #706FAB;
}
</style>