Shades of Chetwode Blue #6173AF
Tints of Chetwode Blue #6173AF
RGB
CMYK
RGB Variations
Color information
#6173AF (or 0x6173AF) is known color: Chetwode Blue. HEX triplet: 61, 73 and AF. RGB value is (97,115,175). Sum of RGB (Red+Green+Blue) = 97+115+175=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #6173AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6173AF is #9E8C50. Grayscale: #747474. Windows color (decimal): -10390609 or 11498337. OLE color: 11498337.
HSL color Cylindrical-coordinate representation of color #6173AF: hue angle of 226.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6173AF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 115 | 175 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.31 |
| HSL | 226.15º | 0.33% | 0.53% | - |
| HSV(B) | 226.15º | 0.45% | 0.69% | - |
| XYZ | 18.8 | 17.9 | 43.02 | - |
| YUV | 116.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 175 | 0.45 | 0.34 | 0 | 0.31 | 226.15 | 0.33 | 0.53 |
| Hex | 61 | 73 | AF | 2D | 22 | 0 | 1F | E2 | 21 | 35 |
| Octal | 141 | 163 | 257 | 55 | 42 | 0 | 37 | 342 | 41 | 65 |
| Binary | 1100001 | 1110011 | 10101111 | 101101 | 100010 | 0 | 11111 | 11100010 | 100001 | 110101 |
Color Harmonies of #6173AF
Complementary color
Monochromatic Colors of #6173AF
Black with #6173AF
Text Example
Text Example
White with #6173AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6173AF; }
p { color: rgb(97,115,175); }
H1.HeaderClassName
{
color: #6173AF;
}
.AnyTagClassName
{
color: #6173AF;
}
</style>
background-color css
<style>
a { background-color: #6173AF; }
a { background-color: rgb(97,115,175); }
div.DivClassName
{
background-color: #6173AF;
}
.BgClassName
{
background-color: #6173AF;
}
</style>
border-color css
<style>
span { border-color: #6173AF; }
span { border-color: rgb(97,115,175); }
td.TdClassName
{
border-color: #6173AF;
}
.TagClassName
{
border-color: #6173AF;
}
</style>