Shades of Chetwode Blue #6473A9
Tints of Chetwode Blue #6473A9
RGB
CMYK
RGB Variations
Color information
#6473A9 (or 0x6473A9) is known color: Chetwode Blue. HEX triplet: 64, 73 and A9. RGB value is (100,115,169). Sum of RGB (Red+Green+Blue) = 100+115+169=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #6473A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6473A9 is #9B8C56. Grayscale: #747474. Windows color (decimal): -10194007 or 11105124. OLE color: 11105124.
HSL color Cylindrical-coordinate representation of color #6473A9: hue angle of 226.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6473A9 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 115 | 169 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.34 |
| HSL | 226.96º | 0.29% | 0.53% | - |
| HSV(B) | 226.96º | 0.41% | 0.66% | - |
| XYZ | 18.55 | 17.84 | 40 | - |
| YUV | 116.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 169 | 0.41 | 0.32 | 0 | 0.34 | 226.96 | 0.29 | 0.53 |
| Hex | 64 | 73 | A9 | 29 | 20 | 0 | 22 | E3 | 1D | 35 |
| Octal | 144 | 163 | 251 | 51 | 40 | 0 | 42 | 343 | 35 | 65 |
| Binary | 1100100 | 1110011 | 10101001 | 101001 | 100000 | 0 | 100010 | 11100011 | 11101 | 110101 |
Color Harmonies of #6473A9
Complementary color
Monochromatic Colors of #6473A9
Black with #6473A9
Text Example
Text Example
White with #6473A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473A9; }
p { color: rgb(100,115,169); }
H1.HeaderClassName
{
color: #6473A9;
}
.AnyTagClassName
{
color: #6473A9;
}
</style>
background-color css
<style>
a { background-color: #6473A9; }
a { background-color: rgb(100,115,169); }
div.DivClassName
{
background-color: #6473A9;
}
.BgClassName
{
background-color: #6473A9;
}
</style>
border-color css
<style>
span { border-color: #6473A9; }
span { border-color: rgb(100,115,169); }
td.TdClassName
{
border-color: #6473A9;
}
.TagClassName
{
border-color: #6473A9;
}
</style>