Shades of Chetwode Blue #6D6BAC
Tints of Chetwode Blue #6D6BAC
RGB
CMYK
RGB Variations
Color information
#6D6BAC (or 0x6D6BAC) is known color: Chetwode Blue. HEX triplet: 6D, 6B and AC. RGB value is (109,107,172). Sum of RGB (Red+Green+Blue) = 109+107+172=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6BAC is #929453. Grayscale: #727272. Windows color (decimal): -9606228 or 11299693. OLE color: 11299693.
HSL color Cylindrical-coordinate representation of color #6D6BAC: hue angle of 241.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D6BAC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 107 | 172 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.33 |
| HSL | 241.85º | 0.28% | 0.55% | - |
| HSV(B) | 241.85º | 0.38% | 0.67% | - |
| XYZ | 19.01 | 16.75 | 41.26 | - |
| YUV | 115.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 172 | 0.37 | 0.38 | 0 | 0.33 | 241.85 | 0.28 | 0.55 |
| Hex | 6D | 6B | AC | 25 | 26 | 0 | 21 | F2 | 1C | 37 |
| Octal | 155 | 153 | 254 | 45 | 46 | 0 | 41 | 362 | 34 | 67 |
| Binary | 1101101 | 1101011 | 10101100 | 100101 | 100110 | 0 | 100001 | 11110010 | 11100 | 110111 |
Color Harmonies of #6D6BAC
Complementary color
Monochromatic Colors of #6D6BAC
Black with #6D6BAC
Text Example
Text Example
White with #6D6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BAC; }
p { color: rgb(109,107,172); }
H1.HeaderClassName
{
color: #6D6BAC;
}
.AnyTagClassName
{
color: #6D6BAC;
}
</style>
background-color css
<style>
a { background-color: #6D6BAC; }
a { background-color: rgb(109,107,172); }
div.DivClassName
{
background-color: #6D6BAC;
}
.BgClassName
{
background-color: #6D6BAC;
}
</style>
border-color css
<style>
span { border-color: #6D6BAC; }
span { border-color: rgb(109,107,172); }
td.TdClassName
{
border-color: #6D6BAC;
}
.TagClassName
{
border-color: #6D6BAC;
}
</style>