Shades of Chetwode Blue #6E7ABC
Tints of Chetwode Blue #6E7ABC
RGB
CMYK
RGB Variations
Color information
#6E7ABC (or 0x6E7ABC) is known color: Chetwode Blue. HEX triplet: 6E, 7A and BC. RGB value is (110,122,188). Sum of RGB (Red+Green+Blue) = 110+122+188=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ABC is #918543. Grayscale: #7D7D7D. Windows color (decimal): -9536836 or 12352110. OLE color: 12352110.
HSL color Cylindrical-coordinate representation of color #6E7ABC: hue angle of 230.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7ABC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 122 | 188 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.26 |
| HSL | 230.77º | 0.37% | 0.58% | - |
| HSV(B) | 230.77º | 0.41% | 0.74% | - |
| XYZ | 22.47 | 20.86 | 50.42 | - |
| YUV | 125.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 188 | 0.41 | 0.35 | 0 | 0.26 | 230.77 | 0.37 | 0.58 |
| Hex | 6E | 7A | BC | 29 | 23 | 0 | 1A | E7 | 25 | 3A |
| Octal | 156 | 172 | 274 | 51 | 43 | 0 | 32 | 347 | 45 | 72 |
| Binary | 1101110 | 1111010 | 10111100 | 101001 | 100011 | 0 | 11010 | 11100111 | 100101 | 111010 |
Color Harmonies of #6E7ABC
Complementary color
Monochromatic Colors of #6E7ABC
Black with #6E7ABC
Text Example
Text Example
White with #6E7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ABC; }
p { color: rgb(110,122,188); }
H1.HeaderClassName
{
color: #6E7ABC;
}
.AnyTagClassName
{
color: #6E7ABC;
}
</style>
background-color css
<style>
a { background-color: #6E7ABC; }
a { background-color: rgb(110,122,188); }
div.DivClassName
{
background-color: #6E7ABC;
}
.BgClassName
{
background-color: #6E7ABC;
}
</style>
border-color css
<style>
span { border-color: #6E7ABC; }
span { border-color: rgb(110,122,188); }
td.TdClassName
{
border-color: #6E7ABC;
}
.TagClassName
{
border-color: #6E7ABC;
}
</style>