Shades of Chetwode Blue #716FAA
Tints of Chetwode Blue #716FAA
RGB
CMYK
RGB Variations
Color information
#716FAA (or 0x716FAA) is known color: Chetwode Blue. HEX triplet: 71, 6F and AA. RGB value is (113,111,170). Sum of RGB (Red+Green+Blue) = 113+111+170=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #716FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAA is #8E9055. Grayscale: #767676. Windows color (decimal): -9343062 or 11169649. OLE color: 11169649.
HSL color Cylindrical-coordinate representation of color #716FAA: hue angle of 242.03º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716FAA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 111 | 170 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.33 |
| HSL | 242.03º | 0.26% | 0.55% | - |
| HSV(B) | 242.03º | 0.35% | 0.67% | - |
| XYZ | 19.75 | 17.78 | 40.42 | - |
| YUV | 118.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 170 | 0.34 | 0.35 | 0 | 0.33 | 242.03 | 0.26 | 0.55 |
| Hex | 71 | 6F | AA | 22 | 23 | 0 | 21 | F2 | 1A | 37 |
| Octal | 161 | 157 | 252 | 42 | 43 | 0 | 41 | 362 | 32 | 67 |
| Binary | 1110001 | 1101111 | 10101010 | 100010 | 100011 | 0 | 100001 | 11110010 | 11010 | 110111 |
Color Harmonies of #716FAA
Complementary color
Monochromatic Colors of #716FAA
Black with #716FAA
Text Example
Text Example
White with #716FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FAA; }
p { color: rgb(113,111,170); }
H1.HeaderClassName
{
color: #716FAA;
}
.AnyTagClassName
{
color: #716FAA;
}
</style>
background-color css
<style>
a { background-color: #716FAA; }
a { background-color: rgb(113,111,170); }
div.DivClassName
{
background-color: #716FAA;
}
.BgClassName
{
background-color: #716FAA;
}
</style>
border-color css
<style>
span { border-color: #716FAA; }
span { border-color: rgb(113,111,170); }
td.TdClassName
{
border-color: #716FAA;
}
.TagClassName
{
border-color: #716FAA;
}
</style>