Shades of Chetwode Blue #6D6ABD
Tints of Chetwode Blue #6D6ABD
RGB
CMYK
RGB Variations
Color information
#6D6ABD (or 0x6D6ABD) is known color: Chetwode Blue. HEX triplet: 6D, 6A and BD. RGB value is (109,106,189). Sum of RGB (Red+Green+Blue) = 109+106+189=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D6ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ABD is #929542. Grayscale: #747474. Windows color (decimal): -9606467 or 12413549. OLE color: 12413549.
HSL color Cylindrical-coordinate representation of color #6D6ABD: hue angle of 242.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D6ABD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 106 | 189 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.26 |
| HSL | 242.17º | 0.39% | 0.58% | - |
| HSV(B) | 242.17º | 0.44% | 0.74% | - |
| XYZ | 20.65 | 17.23 | 50.38 | - |
| YUV | 116.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 189 | 0.42 | 0.44 | 0 | 0.26 | 242.17 | 0.39 | 0.58 |
| Hex | 6D | 6A | BD | 2A | 2C | 0 | 1A | F2 | 27 | 3A |
| Octal | 155 | 152 | 275 | 52 | 54 | 0 | 32 | 362 | 47 | 72 |
| Binary | 1101101 | 1101010 | 10111101 | 101010 | 101100 | 0 | 11010 | 11110010 | 100111 | 111010 |
Color Harmonies of #6D6ABD
Complementary color
Monochromatic Colors of #6D6ABD
Black with #6D6ABD
Text Example
Text Example
White with #6D6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6ABD; }
p { color: rgb(109,106,189); }
H1.HeaderClassName
{
color: #6D6ABD;
}
.AnyTagClassName
{
color: #6D6ABD;
}
</style>
background-color css
<style>
a { background-color: #6D6ABD; }
a { background-color: rgb(109,106,189); }
div.DivClassName
{
background-color: #6D6ABD;
}
.BgClassName
{
background-color: #6D6ABD;
}
</style>
border-color css
<style>
span { border-color: #6D6ABD; }
span { border-color: rgb(109,106,189); }
td.TdClassName
{
border-color: #6D6ABD;
}
.TagClassName
{
border-color: #6D6ABD;
}
</style>