Shades of Chetwode Blue #6172AE
Tints of Chetwode Blue #6172AE
RGB
CMYK
RGB Variations
Color information
#6172AE (or 0x6172AE) is known color: Chetwode Blue. HEX triplet: 61, 72 and AE. RGB value is (97,114,174). Sum of RGB (Red+Green+Blue) = 97+114+174=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #6172AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6172AE is #9E8D51. Grayscale: #737373. Windows color (decimal): -10390866 or 11432545. OLE color: 11432545.
HSL color Cylindrical-coordinate representation of color #6172AE: hue angle of 226.75º 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 #6172AE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 114 | 174 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.32 |
| HSL | 226.75º | 0.32% | 0.53% | - |
| HSV(B) | 226.75º | 0.44% | 0.68% | - |
| XYZ | 18.59 | 17.63 | 42.47 | - |
| YUV | 115.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 174 | 0.44 | 0.34 | 0 | 0.32 | 226.75 | 0.32 | 0.53 |
| Hex | 61 | 72 | AE | 2C | 22 | 0 | 20 | E3 | 20 | 35 |
| Octal | 141 | 162 | 256 | 54 | 42 | 0 | 40 | 343 | 40 | 65 |
| Binary | 1100001 | 1110010 | 10101110 | 101100 | 100010 | 0 | 100000 | 11100011 | 100000 | 110101 |
Color Harmonies of #6172AE
Complementary color
Monochromatic Colors of #6172AE
Black with #6172AE
Text Example
Text Example
White with #6172AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172AE; }
p { color: rgb(97,114,174); }
H1.HeaderClassName
{
color: #6172AE;
}
.AnyTagClassName
{
color: #6172AE;
}
</style>
background-color css
<style>
a { background-color: #6172AE; }
a { background-color: rgb(97,114,174); }
div.DivClassName
{
background-color: #6172AE;
}
.BgClassName
{
background-color: #6172AE;
}
</style>
border-color css
<style>
span { border-color: #6172AE; }
span { border-color: rgb(97,114,174); }
td.TdClassName
{
border-color: #6172AE;
}
.TagClassName
{
border-color: #6172AE;
}
</style>