Shades of Chetwode Blue #716CC0
Tints of Chetwode Blue #716CC0
RGB
CMYK
RGB Variations
Color information
#716CC0 (or 0x716CC0) is known color: Chetwode Blue. HEX triplet: 71, 6C and C0. RGB value is (113,108,192). Sum of RGB (Red+Green+Blue) = 113+108+192=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #716CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CC0 is #8E933F. Grayscale: #767676. Windows color (decimal): -9343808 or 12610673. OLE color: 12610673.
HSL color Cylindrical-coordinate representation of color #716CC0: hue angle of 243.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716CC0 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 108 | 192 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.25 |
| HSL | 243.57º | 0.4% | 0.59% | - |
| HSV(B) | 243.57º | 0.44% | 0.75% | - |
| XYZ | 21.69 | 18.04 | 52.21 | - |
| YUV | 119.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 192 | 0.41 | 0.44 | 0 | 0.25 | 243.57 | 0.4 | 0.59 |
| Hex | 71 | 6C | C0 | 29 | 2C | 0 | 19 | F4 | 28 | 3B |
| Octal | 161 | 154 | 300 | 51 | 54 | 0 | 31 | 364 | 50 | 73 |
| Binary | 1110001 | 1101100 | 11000000 | 101001 | 101100 | 0 | 11001 | 11110100 | 101000 | 111011 |
Color Harmonies of #716CC0
Complementary color
Monochromatic Colors of #716CC0
Black with #716CC0
Text Example
Text Example
White with #716CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CC0; }
p { color: rgb(113,108,192); }
H1.HeaderClassName
{
color: #716CC0;
}
.AnyTagClassName
{
color: #716CC0;
}
</style>
background-color css
<style>
a { background-color: #716CC0; }
a { background-color: rgb(113,108,192); }
div.DivClassName
{
background-color: #716CC0;
}
.BgClassName
{
background-color: #716CC0;
}
</style>
border-color css
<style>
span { border-color: #716CC0; }
span { border-color: rgb(113,108,192); }
td.TdClassName
{
border-color: #716CC0;
}
.TagClassName
{
border-color: #716CC0;
}
</style>