Shades of Chetwode Blue #706FC3
Tints of Chetwode Blue #706FC3
RGB
CMYK
RGB Variations
Color information
#706FC3 (or 0x706FC3) is known color: Chetwode Blue. HEX triplet: 70, 6F and C3. RGB value is (112,111,195). Sum of RGB (Red+Green+Blue) = 112+111+195=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #706FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FC3 is #8F903C. Grayscale: #787878. Windows color (decimal): -9408573 or 12808048. OLE color: 12808048.
HSL color Cylindrical-coordinate representation of color #706FC3: hue angle of 240.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706FC3 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 111 | 195 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.24 |
| HSL | 240.71º | 0.41% | 0.6% | - |
| HSV(B) | 240.71º | 0.43% | 0.76% | - |
| XYZ | 22.22 | 18.75 | 54.08 | - |
| YUV | 120.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 195 | 0.43 | 0.43 | 0 | 0.24 | 240.71 | 0.41 | 0.6 |
| Hex | 70 | 6F | C3 | 2B | 2B | 0 | 18 | F1 | 29 | 3C |
| Octal | 160 | 157 | 303 | 53 | 53 | 0 | 30 | 361 | 51 | 74 |
| Binary | 1110000 | 1101111 | 11000011 | 101011 | 101011 | 0 | 11000 | 11110001 | 101001 | 111100 |
Color Harmonies of #706FC3
Complementary color
Monochromatic Colors of #706FC3
Black with #706FC3
Text Example
Text Example
White with #706FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FC3; }
p { color: rgb(112,111,195); }
H1.HeaderClassName
{
color: #706FC3;
}
.AnyTagClassName
{
color: #706FC3;
}
</style>
background-color css
<style>
a { background-color: #706FC3; }
a { background-color: rgb(112,111,195); }
div.DivClassName
{
background-color: #706FC3;
}
.BgClassName
{
background-color: #706FC3;
}
</style>
border-color css
<style>
span { border-color: #706FC3; }
span { border-color: rgb(112,111,195); }
td.TdClassName
{
border-color: #706FC3;
}
.TagClassName
{
border-color: #706FC3;
}
</style>