Shades of Chetwode Blue #6172AC
Tints of Chetwode Blue #6172AC
RGB
CMYK
RGB Variations
Color information
#6172AC (or 0x6172AC) is known color: Chetwode Blue. HEX triplet: 61, 72 and AC. RGB value is (97,114,172). Sum of RGB (Red+Green+Blue) = 97+114+172=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6172AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6172AC is #9E8D53. Grayscale: #737373. Windows color (decimal): -10390868 or 11301473. OLE color: 11301473.
HSL color Cylindrical-coordinate representation of color #6172AC: hue angle of 226.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6172AC is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 114 | 172 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.33 |
| HSL | 226.4º | 0.31% | 0.53% | - |
| HSV(B) | 226.4º | 0.44% | 0.67% | - |
| XYZ | 18.39 | 17.55 | 41.45 | - |
| YUV | 115.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 172 | 0.44 | 0.34 | 0 | 0.33 | 226.4 | 0.31 | 0.53 |
| Hex | 61 | 72 | AC | 2C | 22 | 0 | 21 | E2 | 1F | 35 |
| Octal | 141 | 162 | 254 | 54 | 42 | 0 | 41 | 342 | 37 | 65 |
| Binary | 1100001 | 1110010 | 10101100 | 101100 | 100010 | 0 | 100001 | 11100010 | 11111 | 110101 |
Color Harmonies of #6172AC
Complementary color
Monochromatic Colors of #6172AC
Black with #6172AC
Text Example
Text Example
White with #6172AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172AC; }
p { color: rgb(97,114,172); }
H1.HeaderClassName
{
color: #6172AC;
}
.AnyTagClassName
{
color: #6172AC;
}
</style>
background-color css
<style>
a { background-color: #6172AC; }
a { background-color: rgb(97,114,172); }
div.DivClassName
{
background-color: #6172AC;
}
.BgClassName
{
background-color: #6172AC;
}
</style>
border-color css
<style>
span { border-color: #6172AC; }
span { border-color: rgb(97,114,172); }
td.TdClassName
{
border-color: #6172AC;
}
.TagClassName
{
border-color: #6172AC;
}
</style>