Shades of Chetwode Blue #716DAE
Tints of Chetwode Blue #716DAE
RGB
CMYK
RGB Variations
Color information
#716DAE (or 0x716DAE) is known color: Chetwode Blue. HEX triplet: 71, 6D and AE. RGB value is (113,109,174). Sum of RGB (Red+Green+Blue) = 113+109+174=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #716DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716DAE is #8E9251. Grayscale: #757575. Windows color (decimal): -9343570 or 11431281. OLE color: 11431281.
HSL color Cylindrical-coordinate representation of color #716DAE: hue angle of 243.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716DAE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 109 | 174 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.32 |
| HSL | 243.69º | 0.29% | 0.55% | - |
| HSV(B) | 243.69º | 0.37% | 0.68% | - |
| XYZ | 19.92 | 17.5 | 42.37 | - |
| YUV | 117.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 174 | 0.35 | 0.37 | 0 | 0.32 | 243.69 | 0.29 | 0.55 |
| Hex | 71 | 6D | AE | 23 | 25 | 0 | 20 | F4 | 1D | 37 |
| Octal | 161 | 155 | 256 | 43 | 45 | 0 | 40 | 364 | 35 | 67 |
| Binary | 1110001 | 1101101 | 10101110 | 100011 | 100101 | 0 | 100000 | 11110100 | 11101 | 110111 |
Color Harmonies of #716DAE
Complementary color
Monochromatic Colors of #716DAE
Black with #716DAE
Text Example
Text Example
White with #716DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DAE; }
p { color: rgb(113,109,174); }
H1.HeaderClassName
{
color: #716DAE;
}
.AnyTagClassName
{
color: #716DAE;
}
</style>
background-color css
<style>
a { background-color: #716DAE; }
a { background-color: rgb(113,109,174); }
div.DivClassName
{
background-color: #716DAE;
}
.BgClassName
{
background-color: #716DAE;
}
</style>
border-color css
<style>
span { border-color: #716DAE; }
span { border-color: rgb(113,109,174); }
td.TdClassName
{
border-color: #716DAE;
}
.TagClassName
{
border-color: #716DAE;
}
</style>