Shades of Chetwode Blue #706DC3
Tints of Chetwode Blue #706DC3
RGB
CMYK
RGB Variations
Color information
#706DC3 (or 0x706DC3) is known color: Chetwode Blue. HEX triplet: 70, 6D and C3. RGB value is (112,109,195). Sum of RGB (Red+Green+Blue) = 112+109+195=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #706DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DC3 is #8F923C. Grayscale: #777777. Windows color (decimal): -9409085 or 12807536. OLE color: 12807536.
HSL color Cylindrical-coordinate representation of color #706DC3: hue angle of 242.09º degrees, saturation: 0.42, 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 #706DC3 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 109 | 195 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.24 |
| HSL | 242.09º | 0.42% | 0.6% | - |
| HSV(B) | 242.09º | 0.44% | 0.76% | - |
| XYZ | 22 | 18.32 | 54.01 | - |
| YUV | 119.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 195 | 0.43 | 0.44 | 0 | 0.24 | 242.09 | 0.42 | 0.6 |
| Hex | 70 | 6D | C3 | 2B | 2C | 0 | 18 | F2 | 2A | 3C |
| Octal | 160 | 155 | 303 | 53 | 54 | 0 | 30 | 362 | 52 | 74 |
| Binary | 1110000 | 1101101 | 11000011 | 101011 | 101100 | 0 | 11000 | 11110010 | 101010 | 111100 |
Color Harmonies of #706DC3
Complementary color
Monochromatic Colors of #706DC3
Black with #706DC3
Text Example
Text Example
White with #706DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DC3; }
p { color: rgb(112,109,195); }
H1.HeaderClassName
{
color: #706DC3;
}
.AnyTagClassName
{
color: #706DC3;
}
</style>
background-color css
<style>
a { background-color: #706DC3; }
a { background-color: rgb(112,109,195); }
div.DivClassName
{
background-color: #706DC3;
}
.BgClassName
{
background-color: #706DC3;
}
</style>
border-color css
<style>
span { border-color: #706DC3; }
span { border-color: rgb(112,109,195); }
td.TdClassName
{
border-color: #706DC3;
}
.TagClassName
{
border-color: #706DC3;
}
</style>