Shades of Chetwode Blue #6E6DAC
Tints of Chetwode Blue #6E6DAC
RGB
CMYK
RGB Variations
Color information
#6E6DAC (or 0x6E6DAC) is known color: Chetwode Blue. HEX triplet: 6E, 6D and AC. RGB value is (110,109,172). Sum of RGB (Red+Green+Blue) = 110+109+172=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6DAC is #919253. Grayscale: #747474. Windows color (decimal): -9540180 or 11300206. OLE color: 11300206.
HSL color Cylindrical-coordinate representation of color #6E6DAC: hue angle of 240.95º 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 #6E6DAC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 109 | 172 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.33 |
| HSL | 240.95º | 0.28% | 0.55% | - |
| HSV(B) | 240.95º | 0.37% | 0.67% | - |
| XYZ | 19.35 | 17.23 | 41.34 | - |
| YUV | 116.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 172 | 0.36 | 0.37 | 0 | 0.33 | 240.95 | 0.28 | 0.55 |
| Hex | 6E | 6D | AC | 24 | 25 | 0 | 21 | F1 | 1C | 37 |
| Octal | 156 | 155 | 254 | 44 | 45 | 0 | 41 | 361 | 34 | 67 |
| Binary | 1101110 | 1101101 | 10101100 | 100100 | 100101 | 0 | 100001 | 11110001 | 11100 | 110111 |
Color Harmonies of #6E6DAC
Complementary color
Monochromatic Colors of #6E6DAC
Black with #6E6DAC
Text Example
Text Example
White with #6E6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6DAC; }
p { color: rgb(110,109,172); }
H1.HeaderClassName
{
color: #6E6DAC;
}
.AnyTagClassName
{
color: #6E6DAC;
}
</style>
background-color css
<style>
a { background-color: #6E6DAC; }
a { background-color: rgb(110,109,172); }
div.DivClassName
{
background-color: #6E6DAC;
}
.BgClassName
{
background-color: #6E6DAC;
}
</style>
border-color css
<style>
span { border-color: #6E6DAC; }
span { border-color: rgb(110,109,172); }
td.TdClassName
{
border-color: #6E6DAC;
}
.TagClassName
{
border-color: #6E6DAC;
}
</style>