Shades of Chetwode Blue #716DBF
Tints of Chetwode Blue #716DBF
RGB
CMYK
RGB Variations
Color information
#716DBF (or 0x716DBF) is known color: Chetwode Blue. HEX triplet: 71, 6D and BF. RGB value is (113,109,191). Sum of RGB (Red+Green+Blue) = 113+109+191=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #716DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DBF is #8E9240. Grayscale: #777777. Windows color (decimal): -9343553 or 12545393. OLE color: 12545393.
HSL color Cylindrical-coordinate representation of color #716DBF: hue angle of 242.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #716DBF is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 109 | 191 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.25 |
| HSL | 242.93º | 0.39% | 0.59% | - |
| HSV(B) | 242.93º | 0.43% | 0.75% | - |
| XYZ | 21.68 | 18.21 | 51.66 | - |
| YUV | 119.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 191 | 0.41 | 0.43 | 0 | 0.25 | 242.93 | 0.39 | 0.59 |
| Hex | 71 | 6D | BF | 29 | 2B | 0 | 19 | F3 | 27 | 3B |
| Octal | 161 | 155 | 277 | 51 | 53 | 0 | 31 | 363 | 47 | 73 |
| Binary | 1110001 | 1101101 | 10111111 | 101001 | 101011 | 0 | 11001 | 11110011 | 100111 | 111011 |
Color Harmonies of #716DBF
Complementary color
Monochromatic Colors of #716DBF
Black with #716DBF
Text Example
Text Example
White with #716DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DBF; }
p { color: rgb(113,109,191); }
H1.HeaderClassName
{
color: #716DBF;
}
.AnyTagClassName
{
color: #716DBF;
}
</style>
background-color css
<style>
a { background-color: #716DBF; }
a { background-color: rgb(113,109,191); }
div.DivClassName
{
background-color: #716DBF;
}
.BgClassName
{
background-color: #716DBF;
}
</style>
border-color css
<style>
span { border-color: #716DBF; }
span { border-color: rgb(113,109,191); }
td.TdClassName
{
border-color: #716DBF;
}
.TagClassName
{
border-color: #716DBF;
}
</style>