Shades of Chetwode Blue #716FAB
Tints of Chetwode Blue #716FAB
RGB
CMYK
RGB Variations
Color information
#716FAB (or 0x716FAB) is known color: Chetwode Blue. HEX triplet: 71, 6F and AB. RGB value is (113,111,171). Sum of RGB (Red+Green+Blue) = 113+111+171=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #716FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAB is #8E9054. Grayscale: #767676. Windows color (decimal): -9343061 or 11235185. OLE color: 11235185.
HSL color Cylindrical-coordinate representation of color #716FAB: hue angle of 242º 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 #716FAB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 111 | 171 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.33 |
| HSL | 242º | 0.26% | 0.55% | - |
| HSV(B) | 242º | 0.35% | 0.67% | - |
| XYZ | 19.85 | 17.82 | 40.92 | - |
| YUV | 118.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 171 | 0.34 | 0.35 | 0 | 0.33 | 242 | 0.26 | 0.55 |
| Hex | 71 | 6F | AB | 22 | 23 | 0 | 21 | F2 | 1A | 37 |
| Octal | 161 | 157 | 253 | 42 | 43 | 0 | 41 | 362 | 32 | 67 |
| Binary | 1110001 | 1101111 | 10101011 | 100010 | 100011 | 0 | 100001 | 11110010 | 11010 | 110111 |
Color Harmonies of #716FAB
Complementary color
Monochromatic Colors of #716FAB
Black with #716FAB
Text Example
Text Example
White with #716FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FAB; }
p { color: rgb(113,111,171); }
H1.HeaderClassName
{
color: #716FAB;
}
.AnyTagClassName
{
color: #716FAB;
}
</style>
background-color css
<style>
a { background-color: #716FAB; }
a { background-color: rgb(113,111,171); }
div.DivClassName
{
background-color: #716FAB;
}
.BgClassName
{
background-color: #716FAB;
}
</style>
border-color css
<style>
span { border-color: #716FAB; }
span { border-color: rgb(113,111,171); }
td.TdClassName
{
border-color: #716FAB;
}
.TagClassName
{
border-color: #716FAB;
}
</style>