Shades of Chetwode Blue #706BBE
Tints of Chetwode Blue #706BBE
RGB
CMYK
RGB Variations
Color information
#706BBE (or 0x706BBE) is known color: Chetwode Blue. HEX triplet: 70, 6B and BE. RGB value is (112,107,190). Sum of RGB (Red+Green+Blue) = 112+107+190=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #706BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BBE is #8F9441. Grayscale: #757575. Windows color (decimal): -9409602 or 12479344. OLE color: 12479344.
HSL color Cylindrical-coordinate representation of color #706BBE: hue angle of 243.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706BBE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 107 | 190 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.25 |
| HSL | 243.61º | 0.39% | 0.58% | - |
| HSV(B) | 243.61º | 0.44% | 0.75% | - |
| XYZ | 21.23 | 17.68 | 51.01 | - |
| YUV | 117.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 190 | 0.41 | 0.44 | 0 | 0.25 | 243.61 | 0.39 | 0.58 |
| Hex | 70 | 6B | BE | 29 | 2C | 0 | 19 | F4 | 27 | 3A |
| Octal | 160 | 153 | 276 | 51 | 54 | 0 | 31 | 364 | 47 | 72 |
| Binary | 1110000 | 1101011 | 10111110 | 101001 | 101100 | 0 | 11001 | 11110100 | 100111 | 111010 |
Color Harmonies of #706BBE
Complementary color
Monochromatic Colors of #706BBE
Black with #706BBE
Text Example
Text Example
White with #706BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BBE; }
p { color: rgb(112,107,190); }
H1.HeaderClassName
{
color: #706BBE;
}
.AnyTagClassName
{
color: #706BBE;
}
</style>
background-color css
<style>
a { background-color: #706BBE; }
a { background-color: rgb(112,107,190); }
div.DivClassName
{
background-color: #706BBE;
}
.BgClassName
{
background-color: #706BBE;
}
</style>
border-color css
<style>
span { border-color: #706BBE; }
span { border-color: rgb(112,107,190); }
td.TdClassName
{
border-color: #706BBE;
}
.TagClassName
{
border-color: #706BBE;
}
</style>