Shades of Chetwode Blue #6C6EAE
Tints of Chetwode Blue #6C6EAE
RGB
CMYK
RGB Variations
Color information
#6C6EAE (or 0x6C6EAE) is known color: Chetwode Blue. HEX triplet: 6C, 6E and AE. RGB value is (108,110,174). Sum of RGB (Red+Green+Blue) = 108+110+174=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C6EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6EAE is #939151. Grayscale: #747474. Windows color (decimal): -9670994 or 11431532. OLE color: 11431532.
HSL color Cylindrical-coordinate representation of color #6C6EAE: hue angle of 238.18º 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 #6C6EAE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 110 | 174 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.32 |
| HSL | 238.18º | 0.29% | 0.55% | - |
| HSV(B) | 238.18º | 0.38% | 0.68% | - |
| XYZ | 19.4 | 17.4 | 42.38 | - |
| YUV | 116.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 174 | 0.38 | 0.37 | 0 | 0.32 | 238.18 | 0.29 | 0.55 |
| Hex | 6C | 6E | AE | 26 | 25 | 0 | 20 | EE | 1D | 37 |
| Octal | 154 | 156 | 256 | 46 | 45 | 0 | 40 | 356 | 35 | 67 |
| Binary | 1101100 | 1101110 | 10101110 | 100110 | 100101 | 0 | 100000 | 11101110 | 11101 | 110111 |
Color Harmonies of #6C6EAE
Complementary color
Monochromatic Colors of #6C6EAE
Black with #6C6EAE
Text Example
Text Example
White with #6C6EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6EAE; }
p { color: rgb(108,110,174); }
H1.HeaderClassName
{
color: #6C6EAE;
}
.AnyTagClassName
{
color: #6C6EAE;
}
</style>
background-color css
<style>
a { background-color: #6C6EAE; }
a { background-color: rgb(108,110,174); }
div.DivClassName
{
background-color: #6C6EAE;
}
.BgClassName
{
background-color: #6C6EAE;
}
</style>
border-color css
<style>
span { border-color: #6C6EAE; }
span { border-color: rgb(108,110,174); }
td.TdClassName
{
border-color: #6C6EAE;
}
.TagClassName
{
border-color: #6C6EAE;
}
</style>