Shades of Chetwode Blue #6E7AAB
Tints of Chetwode Blue #6E7AAB
RGB
CMYK
RGB Variations
Color information
#6E7AAB (or 0x6E7AAB) is known color: Chetwode Blue. HEX triplet: 6E, 7A and AB. RGB value is (110,122,171). Sum of RGB (Red+Green+Blue) = 110+122+171=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7AAB is #918554. Grayscale: #7B7B7B. Windows color (decimal): -9536853 or 11237998. OLE color: 11237998.
HSL color Cylindrical-coordinate representation of color #6E7AAB: hue angle of 228.2º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7AAB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 122 | 171 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.33 |
| HSL | 228.2º | 0.27% | 0.55% | - |
| HSV(B) | 228.2º | 0.36% | 0.67% | - |
| XYZ | 20.74 | 20.17 | 41.33 | - |
| YUV | 124 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 171 | 0.36 | 0.29 | 0 | 0.33 | 228.2 | 0.27 | 0.55 |
| Hex | 6E | 7A | AB | 24 | 1D | 0 | 21 | E4 | 1B | 37 |
| Octal | 156 | 172 | 253 | 44 | 35 | 0 | 41 | 344 | 33 | 67 |
| Binary | 1101110 | 1111010 | 10101011 | 100100 | 11101 | 0 | 100001 | 11100100 | 11011 | 110111 |
Color Harmonies of #6E7AAB
Complementary color
Monochromatic Colors of #6E7AAB
Black with #6E7AAB
Text Example
Text Example
White with #6E7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AAB; }
p { color: rgb(110,122,171); }
H1.HeaderClassName
{
color: #6E7AAB;
}
.AnyTagClassName
{
color: #6E7AAB;
}
</style>
background-color css
<style>
a { background-color: #6E7AAB; }
a { background-color: rgb(110,122,171); }
div.DivClassName
{
background-color: #6E7AAB;
}
.BgClassName
{
background-color: #6E7AAB;
}
</style>
border-color css
<style>
span { border-color: #6E7AAB; }
span { border-color: rgb(110,122,171); }
td.TdClassName
{
border-color: #6E7AAB;
}
.TagClassName
{
border-color: #6E7AAB;
}
</style>