Shades of Chetwode Blue #706BBD
Tints of Chetwode Blue #706BBD
RGB
CMYK
RGB Variations
Color information
#706BBD (or 0x706BBD) is known color: Chetwode Blue. HEX triplet: 70, 6B and BD. RGB value is (112,107,189). Sum of RGB (Red+Green+Blue) = 112+107+189=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #706BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BBD is #8F9442. Grayscale: #757575. Windows color (decimal): -9409603 or 12413808. OLE color: 12413808.
HSL color Cylindrical-coordinate representation of color #706BBD: hue angle of 243.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706BBD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 107 | 189 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.26 |
| HSL | 243.66º | 0.38% | 0.58% | - |
| HSV(B) | 243.66º | 0.43% | 0.74% | - |
| XYZ | 21.13 | 17.63 | 50.43 | - |
| YUV | 117.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 189 | 0.41 | 0.43 | 0 | 0.26 | 243.66 | 0.38 | 0.58 |
| Hex | 70 | 6B | BD | 29 | 2B | 0 | 1A | F4 | 26 | 3A |
| Octal | 160 | 153 | 275 | 51 | 53 | 0 | 32 | 364 | 46 | 72 |
| Binary | 1110000 | 1101011 | 10111101 | 101001 | 101011 | 0 | 11010 | 11110100 | 100110 | 111010 |
Color Harmonies of #706BBD
Complementary color
Monochromatic Colors of #706BBD
Black with #706BBD
Text Example
Text Example
White with #706BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BBD; }
p { color: rgb(112,107,189); }
H1.HeaderClassName
{
color: #706BBD;
}
.AnyTagClassName
{
color: #706BBD;
}
</style>
background-color css
<style>
a { background-color: #706BBD; }
a { background-color: rgb(112,107,189); }
div.DivClassName
{
background-color: #706BBD;
}
.BgClassName
{
background-color: #706BBD;
}
</style>
border-color css
<style>
span { border-color: #706BBD; }
span { border-color: rgb(112,107,189); }
td.TdClassName
{
border-color: #706BBD;
}
.TagClassName
{
border-color: #706BBD;
}
</style>