Shades of Chetwode Blue #6477AE
Tints of Chetwode Blue #6477AE
RGB
CMYK
RGB Variations
Color information
#6477AE (or 0x6477AE) is known color: Chetwode Blue. HEX triplet: 64, 77 and AE. RGB value is (100,119,174). Sum of RGB (Red+Green+Blue) = 100+119+174=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #6477AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6477AE is #9B8851. Grayscale: #777777. Windows color (decimal): -10192978 or 11433828. OLE color: 11433828.
HSL color Cylindrical-coordinate representation of color #6477AE: hue angle of 224.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6477AE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 119 | 174 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.32 |
| HSL | 224.59º | 0.31% | 0.54% | - |
| HSV(B) | 224.59º | 0.43% | 0.68% | - |
| XYZ | 19.49 | 18.96 | 42.68 | - |
| YUV | 119.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 174 | 0.43 | 0.32 | 0 | 0.32 | 224.59 | 0.31 | 0.54 |
| Hex | 64 | 77 | AE | 2B | 20 | 0 | 20 | E1 | 1F | 36 |
| Octal | 144 | 167 | 256 | 53 | 40 | 0 | 40 | 341 | 37 | 66 |
| Binary | 1100100 | 1110111 | 10101110 | 101011 | 100000 | 0 | 100000 | 11100001 | 11111 | 110110 |
Color Harmonies of #6477AE
Complementary color
Monochromatic Colors of #6477AE
Black with #6477AE
Text Example
Text Example
White with #6477AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6477AE; }
p { color: rgb(100,119,174); }
H1.HeaderClassName
{
color: #6477AE;
}
.AnyTagClassName
{
color: #6477AE;
}
</style>
background-color css
<style>
a { background-color: #6477AE; }
a { background-color: rgb(100,119,174); }
div.DivClassName
{
background-color: #6477AE;
}
.BgClassName
{
background-color: #6477AE;
}
</style>
border-color css
<style>
span { border-color: #6477AE; }
span { border-color: rgb(100,119,174); }
td.TdClassName
{
border-color: #6477AE;
}
.TagClassName
{
border-color: #6477AE;
}
</style>