Shades of Chetwode Blue #6E6CAC
Tints of Chetwode Blue #6E6CAC
RGB
CMYK
RGB Variations
Color information
#6E6CAC (or 0x6E6CAC) is known color: Chetwode Blue. HEX triplet: 6E, 6C and AC. RGB value is (110,108,172). Sum of RGB (Red+Green+Blue) = 110+108+172=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6CAC is #919353. Grayscale: #737373. Windows color (decimal): -9540436 or 11299950. OLE color: 11299950.
HSL color Cylindrical-coordinate representation of color #6E6CAC: hue angle of 241.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E6CAC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 108 | 172 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.33 |
| HSL | 241.88º | 0.28% | 0.55% | - |
| HSV(B) | 241.88º | 0.37% | 0.67% | - |
| XYZ | 19.24 | 17.02 | 41.3 | - |
| YUV | 115.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 172 | 0.36 | 0.37 | 0 | 0.33 | 241.88 | 0.28 | 0.55 |
| Hex | 6E | 6C | AC | 24 | 25 | 0 | 21 | F2 | 1C | 37 |
| Octal | 156 | 154 | 254 | 44 | 45 | 0 | 41 | 362 | 34 | 67 |
| Binary | 1101110 | 1101100 | 10101100 | 100100 | 100101 | 0 | 100001 | 11110010 | 11100 | 110111 |
Color Harmonies of #6E6CAC
Complementary color
Monochromatic Colors of #6E6CAC
Black with #6E6CAC
Text Example
Text Example
White with #6E6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CAC; }
p { color: rgb(110,108,172); }
H1.HeaderClassName
{
color: #6E6CAC;
}
.AnyTagClassName
{
color: #6E6CAC;
}
</style>
background-color css
<style>
a { background-color: #6E6CAC; }
a { background-color: rgb(110,108,172); }
div.DivClassName
{
background-color: #6E6CAC;
}
.BgClassName
{
background-color: #6E6CAC;
}
</style>
border-color css
<style>
span { border-color: #6E6CAC; }
span { border-color: rgb(110,108,172); }
td.TdClassName
{
border-color: #6E6CAC;
}
.TagClassName
{
border-color: #6E6CAC;
}
</style>