Shades of Chetwode Blue #6D7AAE
Tints of Chetwode Blue #6D7AAE
RGB
CMYK
RGB Variations
Color information
#6D7AAE (or 0x6D7AAE) is known color: Chetwode Blue. HEX triplet: 6D, 7A and AE. RGB value is (109,122,174). Sum of RGB (Red+Green+Blue) = 109+122+174=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7AAE is #928551. Grayscale: #7B7B7B. Windows color (decimal): -9602386 or 11434605. OLE color: 11434605.
HSL color Cylindrical-coordinate representation of color #6D7AAE: hue angle of 228º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D7AAE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 122 | 174 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.32 |
| HSL | 228º | 0.29% | 0.55% | - |
| HSV(B) | 228º | 0.37% | 0.68% | - |
| XYZ | 20.91 | 20.23 | 42.85 | - |
| YUV | 124.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 174 | 0.37 | 0.30 | 0 | 0.32 | 228 | 0.29 | 0.55 |
| Hex | 6D | 7A | AE | 25 | 1E | 0 | 20 | E4 | 1D | 37 |
| Octal | 155 | 172 | 256 | 45 | 36 | 0 | 40 | 344 | 35 | 67 |
| Binary | 1101101 | 1111010 | 10101110 | 100101 | 11110 | 0 | 100000 | 11100100 | 11101 | 110111 |
Color Harmonies of #6D7AAE
Complementary color
Monochromatic Colors of #6D7AAE
Black with #6D7AAE
Text Example
Text Example
White with #6D7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7AAE; }
p { color: rgb(109,122,174); }
H1.HeaderClassName
{
color: #6D7AAE;
}
.AnyTagClassName
{
color: #6D7AAE;
}
</style>
background-color css
<style>
a { background-color: #6D7AAE; }
a { background-color: rgb(109,122,174); }
div.DivClassName
{
background-color: #6D7AAE;
}
.BgClassName
{
background-color: #6D7AAE;
}
</style>
border-color css
<style>
span { border-color: #6D7AAE; }
span { border-color: rgb(109,122,174); }
td.TdClassName
{
border-color: #6D7AAE;
}
.TagClassName
{
border-color: #6D7AAE;
}
</style>