Shades of Chetwode Blue #6173AB
Tints of Chetwode Blue #6173AB
RGB
CMYK
RGB Variations
Color information
#6173AB (or 0x6173AB) is known color: Chetwode Blue. HEX triplet: 61, 73 and AB. RGB value is (97,115,171). Sum of RGB (Red+Green+Blue) = 97+115+171=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6173AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6173AB is #9E8C54. Grayscale: #737373. Windows color (decimal): -10390613 or 11236193. OLE color: 11236193.
HSL color Cylindrical-coordinate representation of color #6173AB: hue angle of 225.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6173AB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 115 | 171 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.33 |
| HSL | 225.41º | 0.31% | 0.53% | - |
| HSV(B) | 225.41º | 0.43% | 0.67% | - |
| XYZ | 18.41 | 17.74 | 40.98 | - |
| YUV | 116 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 171 | 0.43 | 0.33 | 0 | 0.33 | 225.41 | 0.31 | 0.53 |
| Hex | 61 | 73 | AB | 2B | 21 | 0 | 21 | E1 | 1F | 35 |
| Octal | 141 | 163 | 253 | 53 | 41 | 0 | 41 | 341 | 37 | 65 |
| Binary | 1100001 | 1110011 | 10101011 | 101011 | 100001 | 0 | 100001 | 11100001 | 11111 | 110101 |
Color Harmonies of #6173AB
Complementary color
Monochromatic Colors of #6173AB
Black with #6173AB
Text Example
Text Example
White with #6173AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6173AB; }
p { color: rgb(97,115,171); }
H1.HeaderClassName
{
color: #6173AB;
}
.AnyTagClassName
{
color: #6173AB;
}
</style>
background-color css
<style>
a { background-color: #6173AB; }
a { background-color: rgb(97,115,171); }
div.DivClassName
{
background-color: #6173AB;
}
.BgClassName
{
background-color: #6173AB;
}
</style>
border-color css
<style>
span { border-color: #6173AB; }
span { border-color: rgb(97,115,171); }
td.TdClassName
{
border-color: #6173AB;
}
.TagClassName
{
border-color: #6173AB;
}
</style>