Shades of Chetwode Blue #706FBD
Tints of Chetwode Blue #706FBD
RGB
CMYK
RGB Variations
Color information
#706FBD (or 0x706FBD) is known color: Chetwode Blue. HEX triplet: 70, 6F and BD. RGB value is (112,111,189). Sum of RGB (Red+Green+Blue) = 112+111+189=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #706FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FBD is #8F9042. Grayscale: #777777. Windows color (decimal): -9408579 or 12414832. OLE color: 12414832.
HSL color Cylindrical-coordinate representation of color #706FBD: hue angle of 240.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706FBD is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 111 | 189 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.26 |
| HSL | 240.77º | 0.37% | 0.59% | - |
| HSV(B) | 240.77º | 0.41% | 0.74% | - |
| XYZ | 21.55 | 18.49 | 50.58 | - |
| YUV | 120.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 189 | 0.41 | 0.41 | 0 | 0.26 | 240.77 | 0.37 | 0.59 |
| Hex | 70 | 6F | BD | 29 | 29 | 0 | 1A | F1 | 25 | 3B |
| Octal | 160 | 157 | 275 | 51 | 51 | 0 | 32 | 361 | 45 | 73 |
| Binary | 1110000 | 1101111 | 10111101 | 101001 | 101001 | 0 | 11010 | 11110001 | 100101 | 111011 |
Color Harmonies of #706FBD
Complementary color
Monochromatic Colors of #706FBD
Black with #706FBD
Text Example
Text Example
White with #706FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FBD; }
p { color: rgb(112,111,189); }
H1.HeaderClassName
{
color: #706FBD;
}
.AnyTagClassName
{
color: #706FBD;
}
</style>
background-color css
<style>
a { background-color: #706FBD; }
a { background-color: rgb(112,111,189); }
div.DivClassName
{
background-color: #706FBD;
}
.BgClassName
{
background-color: #706FBD;
}
</style>
border-color css
<style>
span { border-color: #706FBD; }
span { border-color: rgb(112,111,189); }
td.TdClassName
{
border-color: #706FBD;
}
.TagClassName
{
border-color: #706FBD;
}
</style>