Shades of Chetwode Blue #706EC3
Tints of Chetwode Blue #706EC3
RGB
CMYK
RGB Variations
Color information
#706EC3 (or 0x706EC3) is known color: Chetwode Blue. HEX triplet: 70, 6E and C3. RGB value is (112,110,195). Sum of RGB (Red+Green+Blue) = 112+110+195=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #706EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EC3 is #8F913C. Grayscale: #777777. Windows color (decimal): -9408829 or 12807792. OLE color: 12807792.
HSL color Cylindrical-coordinate representation of color #706EC3: hue angle of 241.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706EC3 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 110 | 195 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.24 |
| HSL | 241.41º | 0.41% | 0.6% | - |
| HSV(B) | 241.41º | 0.44% | 0.76% | - |
| XYZ | 22.11 | 18.54 | 54.04 | - |
| YUV | 120.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 195 | 0.43 | 0.44 | 0 | 0.24 | 241.41 | 0.41 | 0.6 |
| Hex | 70 | 6E | C3 | 2B | 2C | 0 | 18 | F1 | 29 | 3C |
| Octal | 160 | 156 | 303 | 53 | 54 | 0 | 30 | 361 | 51 | 74 |
| Binary | 1110000 | 1101110 | 11000011 | 101011 | 101100 | 0 | 11000 | 11110001 | 101001 | 111100 |
Color Harmonies of #706EC3
Complementary color
Monochromatic Colors of #706EC3
Black with #706EC3
Text Example
Text Example
White with #706EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EC3; }
p { color: rgb(112,110,195); }
H1.HeaderClassName
{
color: #706EC3;
}
.AnyTagClassName
{
color: #706EC3;
}
</style>
background-color css
<style>
a { background-color: #706EC3; }
a { background-color: rgb(112,110,195); }
div.DivClassName
{
background-color: #706EC3;
}
.BgClassName
{
background-color: #706EC3;
}
</style>
border-color css
<style>
span { border-color: #706EC3; }
span { border-color: rgb(112,110,195); }
td.TdClassName
{
border-color: #706EC3;
}
.TagClassName
{
border-color: #706EC3;
}
</style>