Shades of Chetwode Blue #6172AB
Tints of Chetwode Blue #6172AB
RGB
CMYK
RGB Variations
Color information
#6172AB (or 0x6172AB) is known color: Chetwode Blue. HEX triplet: 61, 72 and AB. RGB value is (97,114,171). Sum of RGB (Red+Green+Blue) = 97+114+171=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6172AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6172AB is #9E8D54. Grayscale: #737373. Windows color (decimal): -10390869 or 11235937. OLE color: 11235937.
HSL color Cylindrical-coordinate representation of color #6172AB: hue angle of 226.22º 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 #6172AB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 114 | 171 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.33 |
| HSL | 226.22º | 0.31% | 0.53% | - |
| HSV(B) | 226.22º | 0.43% | 0.67% | - |
| XYZ | 18.3 | 17.52 | 40.94 | - |
| YUV | 115.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 171 | 0.43 | 0.33 | 0 | 0.33 | 226.22 | 0.31 | 0.53 |
| Hex | 61 | 72 | AB | 2B | 21 | 0 | 21 | E2 | 1F | 35 |
| Octal | 141 | 162 | 253 | 53 | 41 | 0 | 41 | 342 | 37 | 65 |
| Binary | 1100001 | 1110010 | 10101011 | 101011 | 100001 | 0 | 100001 | 11100010 | 11111 | 110101 |
Color Harmonies of #6172AB
Complementary color
Monochromatic Colors of #6172AB
Black with #6172AB
Text Example
Text Example
White with #6172AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172AB; }
p { color: rgb(97,114,171); }
H1.HeaderClassName
{
color: #6172AB;
}
.AnyTagClassName
{
color: #6172AB;
}
</style>
background-color css
<style>
a { background-color: #6172AB; }
a { background-color: rgb(97,114,171); }
div.DivClassName
{
background-color: #6172AB;
}
.BgClassName
{
background-color: #6172AB;
}
</style>
border-color css
<style>
span { border-color: #6172AB; }
span { border-color: rgb(97,114,171); }
td.TdClassName
{
border-color: #6172AB;
}
.TagClassName
{
border-color: #6172AB;
}
</style>