Shades of Chetwode Blue #706EC1
Tints of Chetwode Blue #706EC1
RGB
CMYK
RGB Variations
Color information
#706EC1 (or 0x706EC1) is known color: Chetwode Blue. HEX triplet: 70, 6E and C1. RGB value is (112,110,193). Sum of RGB (Red+Green+Blue) = 112+110+193=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #706EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EC1 is #8F913E. Grayscale: #777777. Windows color (decimal): -9408831 or 12676720. OLE color: 12676720.
HSL color Cylindrical-coordinate representation of color #706EC1: hue angle of 241.45º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706EC1 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 110 | 193 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.24 |
| HSL | 241.45º | 0.4% | 0.59% | - |
| HSV(B) | 241.45º | 0.43% | 0.76% | - |
| XYZ | 21.88 | 18.45 | 52.86 | - |
| YUV | 120.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 193 | 0.42 | 0.43 | 0 | 0.24 | 241.45 | 0.4 | 0.59 |
| Hex | 70 | 6E | C1 | 2A | 2B | 0 | 18 | F1 | 28 | 3B |
| Octal | 160 | 156 | 301 | 52 | 53 | 0 | 30 | 361 | 50 | 73 |
| Binary | 1110000 | 1101110 | 11000001 | 101010 | 101011 | 0 | 11000 | 11110001 | 101000 | 111011 |
Color Harmonies of #706EC1
Complementary color
Monochromatic Colors of #706EC1
Black with #706EC1
Text Example
Text Example
White with #706EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EC1; }
p { color: rgb(112,110,193); }
H1.HeaderClassName
{
color: #706EC1;
}
.AnyTagClassName
{
color: #706EC1;
}
</style>
background-color css
<style>
a { background-color: #706EC1; }
a { background-color: rgb(112,110,193); }
div.DivClassName
{
background-color: #706EC1;
}
.BgClassName
{
background-color: #706EC1;
}
</style>
border-color css
<style>
span { border-color: #706EC1; }
span { border-color: rgb(112,110,193); }
td.TdClassName
{
border-color: #706EC1;
}
.TagClassName
{
border-color: #706EC1;
}
</style>