Shades of Chetwode Blue #6E71BA
Tints of Chetwode Blue #6E71BA
RGB
CMYK
RGB Variations
Color information
#6E71BA (or 0x6E71BA) is known color: Chetwode Blue. HEX triplet: 6E, 71 and BA. RGB value is (110,113,186). Sum of RGB (Red+Green+Blue) = 110+113+186=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E71BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71BA is #918E45. Grayscale: #787878. Windows color (decimal): -9539142 or 12218734. OLE color: 12218734.
HSL color Cylindrical-coordinate representation of color #6E71BA: hue angle of 237.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E71BA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 113 | 186 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.27 |
| HSL | 237.63º | 0.36% | 0.58% | - |
| HSV(B) | 237.63º | 0.41% | 0.73% | - |
| XYZ | 21.2 | 18.67 | 48.94 | - |
| YUV | 120.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 186 | 0.41 | 0.39 | 0 | 0.27 | 237.63 | 0.36 | 0.58 |
| Hex | 6E | 71 | BA | 29 | 27 | 0 | 1B | EE | 24 | 3A |
| Octal | 156 | 161 | 272 | 51 | 47 | 0 | 33 | 356 | 44 | 72 |
| Binary | 1101110 | 1110001 | 10111010 | 101001 | 100111 | 0 | 11011 | 11101110 | 100100 | 111010 |
Color Harmonies of #6E71BA
Complementary color
Monochromatic Colors of #6E71BA
Black with #6E71BA
Text Example
Text Example
White with #6E71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E71BA; }
p { color: rgb(110,113,186); }
H1.HeaderClassName
{
color: #6E71BA;
}
.AnyTagClassName
{
color: #6E71BA;
}
</style>
background-color css
<style>
a { background-color: #6E71BA; }
a { background-color: rgb(110,113,186); }
div.DivClassName
{
background-color: #6E71BA;
}
.BgClassName
{
background-color: #6E71BA;
}
</style>
border-color css
<style>
span { border-color: #6E71BA; }
span { border-color: rgb(110,113,186); }
td.TdClassName
{
border-color: #6E71BA;
}
.TagClassName
{
border-color: #6E71BA;
}
</style>