Shades of Chetwode Blue #6777AA
Tints of Chetwode Blue #6777AA
RGB
CMYK
RGB Variations
Color information
#6777AA (or 0x6777AA) is known color: Chetwode Blue. HEX triplet: 67, 77 and AA. RGB value is (103,119,170). Sum of RGB (Red+Green+Blue) = 103+119+170=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #6777AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6777AA is #988855. Grayscale: #777777. Windows color (decimal): -9996374 or 11171687. OLE color: 11171687.
HSL color Cylindrical-coordinate representation of color #6777AA: hue angle of 225.67º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6777AA is Cyan = 0.39, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 119 | 170 | - |
| CMYK | 0.39 | 0.3 | 0 | 0.33 |
| HSL | 225.67º | 0.28% | 0.54% | - |
| HSV(B) | 225.67º | 0.39% | 0.67% | - |
| XYZ | 19.45 | 18.98 | 40.67 | - |
| YUV | 120.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 170 | 0.39 | 0.3 | 0 | 0.33 | 225.67 | 0.28 | 0.54 |
| Hex | 67 | 77 | AA | 27 | 1E | 0 | 21 | E2 | 1C | 36 |
| Octal | 147 | 167 | 252 | 47 | 36 | 0 | 41 | 342 | 34 | 66 |
| Binary | 1100111 | 1110111 | 10101010 | 100111 | 11110 | 0 | 100001 | 11100010 | 11100 | 110110 |
Color Harmonies of #6777AA
Complementary color
Monochromatic Colors of #6777AA
Black with #6777AA
Text Example
Text Example
White with #6777AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777AA; }
p { color: rgb(103,119,170); }
H1.HeaderClassName
{
color: #6777AA;
}
.AnyTagClassName
{
color: #6777AA;
}
</style>
background-color css
<style>
a { background-color: #6777AA; }
a { background-color: rgb(103,119,170); }
div.DivClassName
{
background-color: #6777AA;
}
.BgClassName
{
background-color: #6777AA;
}
</style>
border-color css
<style>
span { border-color: #6777AA; }
span { border-color: rgb(103,119,170); }
td.TdClassName
{
border-color: #6777AA;
}
.TagClassName
{
border-color: #6777AA;
}
</style>