Shades of Chetwode Blue #6A7AAB
Tints of Chetwode Blue #6A7AAB
RGB
CMYK
RGB Variations
Color information
#6A7AAB (or 0x6A7AAB) is known color: Chetwode Blue. HEX triplet: 6A, 7A and AB. RGB value is (106,122,171). Sum of RGB (Red+Green+Blue) = 106+122+171=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7AAB is #958554. Grayscale: #7A7A7A. Windows color (decimal): -9798997 or 11237994. OLE color: 11237994.
HSL color Cylindrical-coordinate representation of color #6A7AAB: hue angle of 225.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A7AAB is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 122 | 171 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.33 |
| HSL | 225.23º | 0.28% | 0.54% | - |
| HSV(B) | 225.23º | 0.38% | 0.67% | - |
| XYZ | 20.25 | 19.92 | 41.31 | - |
| YUV | 122.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 171 | 0.38 | 0.29 | 0 | 0.33 | 225.23 | 0.28 | 0.54 |
| Hex | 6A | 7A | AB | 26 | 1D | 0 | 21 | E1 | 1C | 36 |
| Octal | 152 | 172 | 253 | 46 | 35 | 0 | 41 | 341 | 34 | 66 |
| Binary | 1101010 | 1111010 | 10101011 | 100110 | 11101 | 0 | 100001 | 11100001 | 11100 | 110110 |
Color Harmonies of #6A7AAB
Complementary color
Monochromatic Colors of #6A7AAB
Black with #6A7AAB
Text Example
Text Example
White with #6A7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7AAB; }
p { color: rgb(106,122,171); }
H1.HeaderClassName
{
color: #6A7AAB;
}
.AnyTagClassName
{
color: #6A7AAB;
}
</style>
background-color css
<style>
a { background-color: #6A7AAB; }
a { background-color: rgb(106,122,171); }
div.DivClassName
{
background-color: #6A7AAB;
}
.BgClassName
{
background-color: #6A7AAB;
}
</style>
border-color css
<style>
span { border-color: #6A7AAB; }
span { border-color: rgb(106,122,171); }
td.TdClassName
{
border-color: #6A7AAB;
}
.TagClassName
{
border-color: #6A7AAB;
}
</style>