Shades of Chetwode Blue #716FAF
Tints of Chetwode Blue #716FAF
RGB
CMYK
RGB Variations
Color information
#716FAF (or 0x716FAF) is known color: Chetwode Blue. HEX triplet: 71, 6F and AF. RGB value is (113,111,175). Sum of RGB (Red+Green+Blue) = 113+111+175=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #716FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAF is #8E9050. Grayscale: #767676. Windows color (decimal): -9343057 or 11497329. OLE color: 11497329.
HSL color Cylindrical-coordinate representation of color #716FAF: hue angle of 241.88º 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 #716FAF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 111 | 175 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.31 |
| HSL | 241.88º | 0.29% | 0.56% | - |
| HSV(B) | 241.88º | 0.37% | 0.69% | - |
| XYZ | 20.23 | 17.97 | 42.96 | - |
| YUV | 118.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 175 | 0.35 | 0.37 | 0 | 0.31 | 241.88 | 0.29 | 0.56 |
| Hex | 71 | 6F | AF | 23 | 25 | 0 | 1F | F2 | 1D | 38 |
| Octal | 161 | 157 | 257 | 43 | 45 | 0 | 37 | 362 | 35 | 70 |
| Binary | 1110001 | 1101111 | 10101111 | 100011 | 100101 | 0 | 11111 | 11110010 | 11101 | 111000 |
Color Harmonies of #716FAF
Complementary color
Monochromatic Colors of #716FAF
Black with #716FAF
Text Example
Text Example
White with #716FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FAF; }
p { color: rgb(113,111,175); }
H1.HeaderClassName
{
color: #716FAF;
}
.AnyTagClassName
{
color: #716FAF;
}
</style>
background-color css
<style>
a { background-color: #716FAF; }
a { background-color: rgb(113,111,175); }
div.DivClassName
{
background-color: #716FAF;
}
.BgClassName
{
background-color: #716FAF;
}
</style>
border-color css
<style>
span { border-color: #716FAF; }
span { border-color: rgb(113,111,175); }
td.TdClassName
{
border-color: #716FAF;
}
.TagClassName
{
border-color: #716FAF;
}
</style>