Shades of Chetwode Blue #706FBF
Tints of Chetwode Blue #706FBF
RGB
CMYK
RGB Variations
Color information
#706FBF (or 0x706FBF) is known color: Chetwode Blue. HEX triplet: 70, 6F and BF. RGB value is (112,111,191). Sum of RGB (Red+Green+Blue) = 112+111+191=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #706FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FBF is #8F9040. Grayscale: #787878. Windows color (decimal): -9408577 or 12545904. OLE color: 12545904.
HSL color Cylindrical-coordinate representation of color #706FBF: hue angle of 240.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706FBF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 111 | 191 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.25 |
| HSL | 240.75º | 0.38% | 0.59% | - |
| HSV(B) | 240.75º | 0.42% | 0.75% | - |
| XYZ | 21.77 | 18.58 | 51.73 | - |
| YUV | 120.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 191 | 0.41 | 0.42 | 0 | 0.25 | 240.75 | 0.38 | 0.59 |
| Hex | 70 | 6F | BF | 29 | 2A | 0 | 19 | F1 | 26 | 3B |
| Octal | 160 | 157 | 277 | 51 | 52 | 0 | 31 | 361 | 46 | 73 |
| Binary | 1110000 | 1101111 | 10111111 | 101001 | 101010 | 0 | 11001 | 11110001 | 100110 | 111011 |
Color Harmonies of #706FBF
Complementary color
Monochromatic Colors of #706FBF
Black with #706FBF
Text Example
Text Example
White with #706FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FBF; }
p { color: rgb(112,111,191); }
H1.HeaderClassName
{
color: #706FBF;
}
.AnyTagClassName
{
color: #706FBF;
}
</style>
background-color css
<style>
a { background-color: #706FBF; }
a { background-color: rgb(112,111,191); }
div.DivClassName
{
background-color: #706FBF;
}
.BgClassName
{
background-color: #706FBF;
}
</style>
border-color css
<style>
span { border-color: #706FBF; }
span { border-color: rgb(112,111,191); }
td.TdClassName
{
border-color: #706FBF;
}
.TagClassName
{
border-color: #706FBF;
}
</style>