Shades of Chetwode Blue #716DB5
Tints of Chetwode Blue #716DB5
RGB
CMYK
RGB Variations
Color information
#716DB5 (or 0x716DB5) is known color: Chetwode Blue. HEX triplet: 71, 6D and B5. RGB value is (113,109,181). Sum of RGB (Red+Green+Blue) = 113+109+181=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #716DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DB5 is #8E924A. Grayscale: #767676. Windows color (decimal): -9343563 or 11890033. OLE color: 11890033.
HSL color Cylindrical-coordinate representation of color #716DB5: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716DB5 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 109 | 181 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.29 |
| HSL | 243.33º | 0.33% | 0.57% | - |
| HSV(B) | 243.33º | 0.4% | 0.71% | - |
| XYZ | 20.62 | 17.78 | 46.06 | - |
| YUV | 118.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 181 | 0.38 | 0.40 | 0 | 0.29 | 243.33 | 0.33 | 0.57 |
| Hex | 71 | 6D | B5 | 26 | 28 | 0 | 1D | F3 | 21 | 39 |
| Octal | 161 | 155 | 265 | 46 | 50 | 0 | 35 | 363 | 41 | 71 |
| Binary | 1110001 | 1101101 | 10110101 | 100110 | 101000 | 0 | 11101 | 11110011 | 100001 | 111001 |
Color Harmonies of #716DB5
Complementary color
Monochromatic Colors of #716DB5
Black with #716DB5
Text Example
Text Example
White with #716DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DB5; }
p { color: rgb(113,109,181); }
H1.HeaderClassName
{
color: #716DB5;
}
.AnyTagClassName
{
color: #716DB5;
}
</style>
background-color css
<style>
a { background-color: #716DB5; }
a { background-color: rgb(113,109,181); }
div.DivClassName
{
background-color: #716DB5;
}
.BgClassName
{
background-color: #716DB5;
}
</style>
border-color css
<style>
span { border-color: #716DB5; }
span { border-color: rgb(113,109,181); }
td.TdClassName
{
border-color: #716DB5;
}
.TagClassName
{
border-color: #716DB5;
}
</style>