Shades of Chetwode Blue #6D73A4
Tints of Chetwode Blue #6D73A4
RGB
CMYK
RGB Variations
Color information
#6D73A4 (or 0x6D73A4) is known color: Chetwode Blue. HEX triplet: 6D, 73 and A4. RGB value is (109,115,164). Sum of RGB (Red+Green+Blue) = 109+115+164=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D73A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D73A4 is #928C5B. Grayscale: #767676. Windows color (decimal): -9604188 or 10777453. OLE color: 10777453.
HSL color Cylindrical-coordinate representation of color #6D73A4: hue angle of 233.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D73A4 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 115 | 164 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.36 |
| HSL | 233.45º | 0.23% | 0.54% | - |
| HSV(B) | 233.45º | 0.34% | 0.64% | - |
| XYZ | 19.14 | 18.19 | 37.62 | - |
| YUV | 118.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 164 | 0.34 | 0.30 | 0 | 0.36 | 233.45 | 0.23 | 0.54 |
| Hex | 6D | 73 | A4 | 22 | 1E | 0 | 24 | E9 | 17 | 36 |
| Octal | 155 | 163 | 244 | 42 | 36 | 0 | 44 | 351 | 27 | 66 |
| Binary | 1101101 | 1110011 | 10100100 | 100010 | 11110 | 0 | 100100 | 11101001 | 10111 | 110110 |
Color Harmonies of #6D73A4
Complementary color
Monochromatic Colors of #6D73A4
Black with #6D73A4
Text Example
Text Example
White with #6D73A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73A4; }
p { color: rgb(109,115,164); }
H1.HeaderClassName
{
color: #6D73A4;
}
.AnyTagClassName
{
color: #6D73A4;
}
</style>
background-color css
<style>
a { background-color: #6D73A4; }
a { background-color: rgb(109,115,164); }
div.DivClassName
{
background-color: #6D73A4;
}
.BgClassName
{
background-color: #6D73A4;
}
</style>
border-color css
<style>
span { border-color: #6D73A4; }
span { border-color: rgb(109,115,164); }
td.TdClassName
{
border-color: #6D73A4;
}
.TagClassName
{
border-color: #6D73A4;
}
</style>