Shades of Chetwode Blue #6173AD
Tints of Chetwode Blue #6173AD
RGB
CMYK
RGB Variations
Color information
#6173AD (or 0x6173AD) is known color: Chetwode Blue. HEX triplet: 61, 73 and AD. RGB value is (97,115,173). Sum of RGB (Red+Green+Blue) = 97+115+173=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #6173AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6173AD is #9E8C52. Grayscale: #737373. Windows color (decimal): -10390611 or 11367265. OLE color: 11367265.
HSL color Cylindrical-coordinate representation of color #6173AD: hue angle of 225.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6173AD is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 115 | 173 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.32 |
| HSL | 225.79º | 0.32% | 0.53% | - |
| HSV(B) | 225.79º | 0.44% | 0.68% | - |
| XYZ | 18.6 | 17.82 | 41.99 | - |
| YUV | 116.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 173 | 0.44 | 0.34 | 0 | 0.32 | 225.79 | 0.32 | 0.53 |
| Hex | 61 | 73 | AD | 2C | 22 | 0 | 20 | E2 | 20 | 35 |
| Octal | 141 | 163 | 255 | 54 | 42 | 0 | 40 | 342 | 40 | 65 |
| Binary | 1100001 | 1110011 | 10101101 | 101100 | 100010 | 0 | 100000 | 11100010 | 100000 | 110101 |
Color Harmonies of #6173AD
Complementary color
Monochromatic Colors of #6173AD
Black with #6173AD
Text Example
Text Example
White with #6173AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6173AD; }
p { color: rgb(97,115,173); }
H1.HeaderClassName
{
color: #6173AD;
}
.AnyTagClassName
{
color: #6173AD;
}
</style>
background-color css
<style>
a { background-color: #6173AD; }
a { background-color: rgb(97,115,173); }
div.DivClassName
{
background-color: #6173AD;
}
.BgClassName
{
background-color: #6173AD;
}
</style>
border-color css
<style>
span { border-color: #6173AD; }
span { border-color: rgb(97,115,173); }
td.TdClassName
{
border-color: #6173AD;
}
.TagClassName
{
border-color: #6173AD;
}
</style>