Shades of Chetwode Blue #6577AA
Tints of Chetwode Blue #6577AA
RGB
CMYK
RGB Variations
Color information
#6577AA (or 0x6577AA) is known color: Chetwode Blue. HEX triplet: 65, 77 and AA. RGB value is (101,119,170). Sum of RGB (Red+Green+Blue) = 101+119+170=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6577AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6577AA is #9A8855. Grayscale: #777777. Windows color (decimal): -10127446 or 11171685. OLE color: 11171685.
HSL color Cylindrical-coordinate representation of color #6577AA: hue angle of 224.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6577AA is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 119 | 170 | - |
| CMYK | 0.41 | 0.3 | 0 | 0.33 |
| HSL | 224.35º | 0.29% | 0.53% | - |
| HSV(B) | 224.35º | 0.41% | 0.67% | - |
| XYZ | 19.22 | 18.86 | 40.66 | - |
| YUV | 119.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 170 | 0.41 | 0.3 | 0 | 0.33 | 224.35 | 0.29 | 0.53 |
| Hex | 65 | 77 | AA | 29 | 1E | 0 | 21 | E0 | 1D | 35 |
| Octal | 145 | 167 | 252 | 51 | 36 | 0 | 41 | 340 | 35 | 65 |
| Binary | 1100101 | 1110111 | 10101010 | 101001 | 11110 | 0 | 100001 | 11100000 | 11101 | 110101 |
Color Harmonies of #6577AA
Complementary color
Monochromatic Colors of #6577AA
Black with #6577AA
Text Example
Text Example
White with #6577AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6577AA; }
p { color: rgb(101,119,170); }
H1.HeaderClassName
{
color: #6577AA;
}
.AnyTagClassName
{
color: #6577AA;
}
</style>
background-color css
<style>
a { background-color: #6577AA; }
a { background-color: rgb(101,119,170); }
div.DivClassName
{
background-color: #6577AA;
}
.BgClassName
{
background-color: #6577AA;
}
</style>
border-color css
<style>
span { border-color: #6577AA; }
span { border-color: rgb(101,119,170); }
td.TdClassName
{
border-color: #6577AA;
}
.TagClassName
{
border-color: #6577AA;
}
</style>