Shades of Chetwode Blue #6C7AAE
Tints of Chetwode Blue #6C7AAE
RGB
CMYK
RGB Variations
Color information
#6C7AAE (or 0x6C7AAE) is known color: Chetwode Blue. HEX triplet: 6C, 7A and AE. RGB value is (108,122,174). Sum of RGB (Red+Green+Blue) = 108+122+174=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AAE is #938551. Grayscale: #7B7B7B. Windows color (decimal): -9667922 or 11434604. OLE color: 11434604.
HSL color Cylindrical-coordinate representation of color #6C7AAE: hue angle of 227.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C7AAE is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 122 | 174 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.32 |
| HSL | 227.27º | 0.29% | 0.55% | - |
| HSV(B) | 227.27º | 0.38% | 0.68% | - |
| XYZ | 20.78 | 20.16 | 42.84 | - |
| YUV | 123.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 174 | 0.38 | 0.30 | 0 | 0.32 | 227.27 | 0.29 | 0.55 |
| Hex | 6C | 7A | AE | 26 | 1E | 0 | 20 | E3 | 1D | 37 |
| Octal | 154 | 172 | 256 | 46 | 36 | 0 | 40 | 343 | 35 | 67 |
| Binary | 1101100 | 1111010 | 10101110 | 100110 | 11110 | 0 | 100000 | 11100011 | 11101 | 110111 |
Color Harmonies of #6C7AAE
Complementary color
Monochromatic Colors of #6C7AAE
Black with #6C7AAE
Text Example
Text Example
White with #6C7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7AAE; }
p { color: rgb(108,122,174); }
H1.HeaderClassName
{
color: #6C7AAE;
}
.AnyTagClassName
{
color: #6C7AAE;
}
</style>
background-color css
<style>
a { background-color: #6C7AAE; }
a { background-color: rgb(108,122,174); }
div.DivClassName
{
background-color: #6C7AAE;
}
.BgClassName
{
background-color: #6C7AAE;
}
</style>
border-color css
<style>
span { border-color: #6C7AAE; }
span { border-color: rgb(108,122,174); }
td.TdClassName
{
border-color: #6C7AAE;
}
.TagClassName
{
border-color: #6C7AAE;
}
</style>