Shades of Chetwode Blue #6774AA
Tints of Chetwode Blue #6774AA
RGB
CMYK
RGB Variations
Color information
#6774AA (or 0x6774AA) is known color: Chetwode Blue. HEX triplet: 67, 74 and AA. RGB value is (103,116,170). Sum of RGB (Red+Green+Blue) = 103+116+170=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6774AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6774AA is #988B55. Grayscale: #767676. Windows color (decimal): -9997142 or 11170919. OLE color: 11170919.
HSL color Cylindrical-coordinate representation of color #6774AA: hue angle of 228.36º 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 #6774AA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 116 | 170 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.33 |
| HSL | 228.36º | 0.28% | 0.54% | - |
| HSV(B) | 228.36º | 0.39% | 0.67% | - |
| XYZ | 19.09 | 18.28 | 40.55 | - |
| YUV | 118.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 170 | 0.39 | 0.32 | 0 | 0.33 | 228.36 | 0.28 | 0.54 |
| Hex | 67 | 74 | AA | 27 | 20 | 0 | 21 | E4 | 1C | 36 |
| Octal | 147 | 164 | 252 | 47 | 40 | 0 | 41 | 344 | 34 | 66 |
| Binary | 1100111 | 1110100 | 10101010 | 100111 | 100000 | 0 | 100001 | 11100100 | 11100 | 110110 |
Color Harmonies of #6774AA
Complementary color
Monochromatic Colors of #6774AA
Black with #6774AA
Text Example
Text Example
White with #6774AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6774AA; }
p { color: rgb(103,116,170); }
H1.HeaderClassName
{
color: #6774AA;
}
.AnyTagClassName
{
color: #6774AA;
}
</style>
background-color css
<style>
a { background-color: #6774AA; }
a { background-color: rgb(103,116,170); }
div.DivClassName
{
background-color: #6774AA;
}
.BgClassName
{
background-color: #6774AA;
}
</style>
border-color css
<style>
span { border-color: #6774AA; }
span { border-color: rgb(103,116,170); }
td.TdClassName
{
border-color: #6774AA;
}
.TagClassName
{
border-color: #6774AA;
}
</style>