Shades of Chetwode Blue #6D6FAA
Tints of Chetwode Blue #6D6FAA
RGB
CMYK
RGB Variations
Color information
#6D6FAA (or 0x6D6FAA) is known color: Chetwode Blue. HEX triplet: 6D, 6F and AA. RGB value is (109,111,170). Sum of RGB (Red+Green+Blue) = 109+111+170=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6FAA is #929055. Grayscale: #747474. Windows color (decimal): -9605206 or 11169645. OLE color: 11169645.
HSL color Cylindrical-coordinate representation of color #6D6FAA: hue angle of 238.03º 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 #6D6FAA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 111 | 170 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.33 |
| HSL | 238.03º | 0.26% | 0.55% | - |
| HSV(B) | 238.03º | 0.36% | 0.67% | - |
| XYZ | 19.25 | 17.52 | 40.4 | - |
| YUV | 117.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 170 | 0.36 | 0.35 | 0 | 0.33 | 238.03 | 0.26 | 0.55 |
| Hex | 6D | 6F | AA | 24 | 23 | 0 | 21 | EE | 1A | 37 |
| Octal | 155 | 157 | 252 | 44 | 43 | 0 | 41 | 356 | 32 | 67 |
| Binary | 1101101 | 1101111 | 10101010 | 100100 | 100011 | 0 | 100001 | 11101110 | 11010 | 110111 |
Color Harmonies of #6D6FAA
Complementary color
Monochromatic Colors of #6D6FAA
Black with #6D6FAA
Text Example
Text Example
White with #6D6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FAA; }
p { color: rgb(109,111,170); }
H1.HeaderClassName
{
color: #6D6FAA;
}
.AnyTagClassName
{
color: #6D6FAA;
}
</style>
background-color css
<style>
a { background-color: #6D6FAA; }
a { background-color: rgb(109,111,170); }
div.DivClassName
{
background-color: #6D6FAA;
}
.BgClassName
{
background-color: #6D6FAA;
}
</style>
border-color css
<style>
span { border-color: #6D6FAA; }
span { border-color: rgb(109,111,170); }
td.TdClassName
{
border-color: #6D6FAA;
}
.TagClassName
{
border-color: #6D6FAA;
}
</style>