Shades of Chetwode Blue #706FC0
Tints of Chetwode Blue #706FC0
RGB
CMYK
RGB Variations
Color information
#706FC0 (or 0x706FC0) is known color: Chetwode Blue. HEX triplet: 70, 6F and C0. RGB value is (112,111,192). Sum of RGB (Red+Green+Blue) = 112+111+192=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #706FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FC0 is #8F903F. Grayscale: #787878. Windows color (decimal): -9408576 or 12611440. OLE color: 12611440.
HSL color Cylindrical-coordinate representation of color #706FC0: hue angle of 240.74º degrees, saturation: 0.39, 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 #706FC0 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 111 | 192 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.25 |
| HSL | 240.74º | 0.39% | 0.59% | - |
| HSV(B) | 240.74º | 0.42% | 0.75% | - |
| XYZ | 21.88 | 18.62 | 52.31 | - |
| YUV | 120.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 192 | 0.42 | 0.42 | 0 | 0.25 | 240.74 | 0.39 | 0.59 |
| Hex | 70 | 6F | C0 | 2A | 2A | 0 | 19 | F1 | 27 | 3B |
| Octal | 160 | 157 | 300 | 52 | 52 | 0 | 31 | 361 | 47 | 73 |
| Binary | 1110000 | 1101111 | 11000000 | 101010 | 101010 | 0 | 11001 | 11110001 | 100111 | 111011 |
Color Harmonies of #706FC0
Complementary color
Monochromatic Colors of #706FC0
Black with #706FC0
Text Example
Text Example
White with #706FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FC0; }
p { color: rgb(112,111,192); }
H1.HeaderClassName
{
color: #706FC0;
}
.AnyTagClassName
{
color: #706FC0;
}
</style>
background-color css
<style>
a { background-color: #706FC0; }
a { background-color: rgb(112,111,192); }
div.DivClassName
{
background-color: #706FC0;
}
.BgClassName
{
background-color: #706FC0;
}
</style>
border-color css
<style>
span { border-color: #706FC0; }
span { border-color: rgb(112,111,192); }
td.TdClassName
{
border-color: #706FC0;
}
.TagClassName
{
border-color: #706FC0;
}
</style>