Shades of Chetwode Blue #6177AA
Tints of Chetwode Blue #6177AA
RGB
CMYK
RGB Variations
Color information
#6177AA (or 0x6177AA) is known color: Chetwode Blue. HEX triplet: 61, 77 and AA. RGB value is (97,119,170). Sum of RGB (Red+Green+Blue) = 97+119+170=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6177AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6177AA is #9E8855. Grayscale: #767676. Windows color (decimal): -10389590 or 11171681. OLE color: 11171681.
HSL color Cylindrical-coordinate representation of color #6177AA: hue angle of 221.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6177AA is Cyan = 0.43, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 119 | 170 | - |
| CMYK | 0.43 | 0.3 | 0 | 0.33 |
| HSL | 221.92º | 0.3% | 0.52% | - |
| HSV(B) | 221.92º | 0.43% | 0.67% | - |
| XYZ | 18.78 | 18.64 | 40.64 | - |
| YUV | 118.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 170 | 0.43 | 0.3 | 0 | 0.33 | 221.92 | 0.3 | 0.52 |
| Hex | 61 | 77 | AA | 2B | 1E | 0 | 21 | DE | 1E | 34 |
| Octal | 141 | 167 | 252 | 53 | 36 | 0 | 41 | 336 | 36 | 64 |
| Binary | 1100001 | 1110111 | 10101010 | 101011 | 11110 | 0 | 100001 | 11011110 | 11110 | 110100 |
Color Harmonies of #6177AA
Complementary color
Monochromatic Colors of #6177AA
Black with #6177AA
Text Example
Text Example
White with #6177AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6177AA; }
p { color: rgb(97,119,170); }
H1.HeaderClassName
{
color: #6177AA;
}
.AnyTagClassName
{
color: #6177AA;
}
</style>
background-color css
<style>
a { background-color: #6177AA; }
a { background-color: rgb(97,119,170); }
div.DivClassName
{
background-color: #6177AA;
}
.BgClassName
{
background-color: #6177AA;
}
</style>
border-color css
<style>
span { border-color: #6177AA; }
span { border-color: rgb(97,119,170); }
td.TdClassName
{
border-color: #6177AA;
}
.TagClassName
{
border-color: #6177AA;
}
</style>