Shades of Chetwode Blue #716FAD
Tints of Chetwode Blue #716FAD
RGB
CMYK
RGB Variations
Color information
#716FAD (or 0x716FAD) is known color: Chetwode Blue. HEX triplet: 71, 6F and AD. RGB value is (113,111,173). Sum of RGB (Red+Green+Blue) = 113+111+173=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #716FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAD is #8E9052. Grayscale: #767676. Windows color (decimal): -9343059 or 11366257. OLE color: 11366257.
HSL color Cylindrical-coordinate representation of color #716FAD: hue angle of 241.94º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716FAD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 111 | 173 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.32 |
| HSL | 241.94º | 0.27% | 0.56% | - |
| HSV(B) | 241.94º | 0.36% | 0.68% | - |
| XYZ | 20.04 | 17.9 | 41.93 | - |
| YUV | 118.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 173 | 0.35 | 0.36 | 0 | 0.32 | 241.94 | 0.27 | 0.56 |
| Hex | 71 | 6F | AD | 23 | 24 | 0 | 20 | F2 | 1B | 38 |
| Octal | 161 | 157 | 255 | 43 | 44 | 0 | 40 | 362 | 33 | 70 |
| Binary | 1110001 | 1101111 | 10101101 | 100011 | 100100 | 0 | 100000 | 11110010 | 11011 | 111000 |
Color Harmonies of #716FAD
Complementary color
Monochromatic Colors of #716FAD
Black with #716FAD
Text Example
Text Example
White with #716FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FAD; }
p { color: rgb(113,111,173); }
H1.HeaderClassName
{
color: #716FAD;
}
.AnyTagClassName
{
color: #716FAD;
}
</style>
background-color css
<style>
a { background-color: #716FAD; }
a { background-color: rgb(113,111,173); }
div.DivClassName
{
background-color: #716FAD;
}
.BgClassName
{
background-color: #716FAD;
}
</style>
border-color css
<style>
span { border-color: #716FAD; }
span { border-color: rgb(113,111,173); }
td.TdClassName
{
border-color: #716FAD;
}
.TagClassName
{
border-color: #716FAD;
}
</style>