Shades of Chetwode Blue #6D6EAA
Tints of Chetwode Blue #6D6EAA
RGB
CMYK
RGB Variations
Color information
#6D6EAA (or 0x6D6EAA) is known color: Chetwode Blue. HEX triplet: 6D, 6E and AA. RGB value is (109,110,170). Sum of RGB (Red+Green+Blue) = 109+110+170=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6EAA is #929155. Grayscale: #747474. Windows color (decimal): -9605462 or 11169389. OLE color: 11169389.
HSL color Cylindrical-coordinate representation of color #6D6EAA: hue angle of 239.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D6EAA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 110 | 170 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.33 |
| HSL | 239.02º | 0.26% | 0.55% | - |
| HSV(B) | 239.02º | 0.36% | 0.67% | - |
| XYZ | 19.14 | 17.31 | 40.36 | - |
| YUV | 116.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 170 | 0.36 | 0.35 | 0 | 0.33 | 239.02 | 0.26 | 0.55 |
| Hex | 6D | 6E | AA | 24 | 23 | 0 | 21 | EF | 1A | 37 |
| Octal | 155 | 156 | 252 | 44 | 43 | 0 | 41 | 357 | 32 | 67 |
| Binary | 1101101 | 1101110 | 10101010 | 100100 | 100011 | 0 | 100001 | 11101111 | 11010 | 110111 |
Color Harmonies of #6D6EAA
Complementary color
Monochromatic Colors of #6D6EAA
Black with #6D6EAA
Text Example
Text Example
White with #6D6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6EAA; }
p { color: rgb(109,110,170); }
H1.HeaderClassName
{
color: #6D6EAA;
}
.AnyTagClassName
{
color: #6D6EAA;
}
</style>
background-color css
<style>
a { background-color: #6D6EAA; }
a { background-color: rgb(109,110,170); }
div.DivClassName
{
background-color: #6D6EAA;
}
.BgClassName
{
background-color: #6D6EAA;
}
</style>
border-color css
<style>
span { border-color: #6D6EAA; }
span { border-color: rgb(109,110,170); }
td.TdClassName
{
border-color: #6D6EAA;
}
.TagClassName
{
border-color: #6D6EAA;
}
</style>