Shades of Chetwode Blue #716EAF
Tints of Chetwode Blue #716EAF
RGB
CMYK
RGB Variations
Color information
#716EAF (or 0x716EAF) is known color: Chetwode Blue. HEX triplet: 71, 6E and AF. RGB value is (113,110,175). Sum of RGB (Red+Green+Blue) = 113+110+175=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #716EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EAF is #8E9150. Grayscale: #767676. Windows color (decimal): -9343313 or 11497073. OLE color: 11497073.
HSL color Cylindrical-coordinate representation of color #716EAF: hue angle of 242.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716EAF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 110 | 175 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.31 |
| HSL | 242.77º | 0.29% | 0.56% | - |
| HSV(B) | 242.77º | 0.37% | 0.69% | - |
| XYZ | 20.12 | 17.76 | 42.92 | - |
| YUV | 118.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 175 | 0.35 | 0.37 | 0 | 0.31 | 242.77 | 0.29 | 0.56 |
| Hex | 71 | 6E | AF | 23 | 25 | 0 | 1F | F3 | 1D | 38 |
| Octal | 161 | 156 | 257 | 43 | 45 | 0 | 37 | 363 | 35 | 70 |
| Binary | 1110001 | 1101110 | 10101111 | 100011 | 100101 | 0 | 11111 | 11110011 | 11101 | 111000 |
Color Harmonies of #716EAF
Complementary color
Monochromatic Colors of #716EAF
Black with #716EAF
Text Example
Text Example
White with #716EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716EAF; }
p { color: rgb(113,110,175); }
H1.HeaderClassName
{
color: #716EAF;
}
.AnyTagClassName
{
color: #716EAF;
}
</style>
background-color css
<style>
a { background-color: #716EAF; }
a { background-color: rgb(113,110,175); }
div.DivClassName
{
background-color: #716EAF;
}
.BgClassName
{
background-color: #716EAF;
}
</style>
border-color css
<style>
span { border-color: #716EAF; }
span { border-color: rgb(113,110,175); }
td.TdClassName
{
border-color: #716EAF;
}
.TagClassName
{
border-color: #716EAF;
}
</style>