Shades of Chetwode Blue #716BBF
Tints of Chetwode Blue #716BBF
RGB
CMYK
RGB Variations
Color information
#716BBF (or 0x716BBF) is known color: Chetwode Blue. HEX triplet: 71, 6B and BF. RGB value is (113,107,191). Sum of RGB (Red+Green+Blue) = 113+107+191=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #716BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BBF is #8E9440. Grayscale: #767676. Windows color (decimal): -9344065 or 12544881. OLE color: 12544881.
HSL color Cylindrical-coordinate representation of color #716BBF: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716BBF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 107 | 191 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.25 |
| HSL | 244.29º | 0.4% | 0.58% | - |
| HSV(B) | 244.29º | 0.44% | 0.75% | - |
| XYZ | 21.47 | 17.79 | 51.59 | - |
| YUV | 118.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 191 | 0.41 | 0.44 | 0 | 0.25 | 244.29 | 0.4 | 0.58 |
| Hex | 71 | 6B | BF | 29 | 2C | 0 | 19 | F4 | 28 | 3A |
| Octal | 161 | 153 | 277 | 51 | 54 | 0 | 31 | 364 | 50 | 72 |
| Binary | 1110001 | 1101011 | 10111111 | 101001 | 101100 | 0 | 11001 | 11110100 | 101000 | 111010 |
Color Harmonies of #716BBF
Complementary color
Monochromatic Colors of #716BBF
Black with #716BBF
Text Example
Text Example
White with #716BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BBF; }
p { color: rgb(113,107,191); }
H1.HeaderClassName
{
color: #716BBF;
}
.AnyTagClassName
{
color: #716BBF;
}
</style>
background-color css
<style>
a { background-color: #716BBF; }
a { background-color: rgb(113,107,191); }
div.DivClassName
{
background-color: #716BBF;
}
.BgClassName
{
background-color: #716BBF;
}
</style>
border-color css
<style>
span { border-color: #716BBF; }
span { border-color: rgb(113,107,191); }
td.TdClassName
{
border-color: #716BBF;
}
.TagClassName
{
border-color: #716BBF;
}
</style>