Shades of Chetwode Blue #6477AF
Tints of Chetwode Blue #6477AF
RGB
CMYK
RGB Variations
Color information
#6477AF (or 0x6477AF) is known color: Chetwode Blue. HEX triplet: 64, 77 and AF. RGB value is (100,119,175). Sum of RGB (Red+Green+Blue) = 100+119+175=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #6477AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6477AF is #9B8850. Grayscale: #777777. Windows color (decimal): -10192977 or 11499364. OLE color: 11499364.
HSL color Cylindrical-coordinate representation of color #6477AF: hue angle of 224.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6477AF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 119 | 175 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.31 |
| HSL | 224.8º | 0.32% | 0.54% | - |
| HSV(B) | 224.8º | 0.43% | 0.69% | - |
| XYZ | 19.59 | 19 | 43.19 | - |
| YUV | 119.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 175 | 0.43 | 0.32 | 0 | 0.31 | 224.8 | 0.32 | 0.54 |
| Hex | 64 | 77 | AF | 2B | 20 | 0 | 1F | E1 | 20 | 36 |
| Octal | 144 | 167 | 257 | 53 | 40 | 0 | 37 | 341 | 40 | 66 |
| Binary | 1100100 | 1110111 | 10101111 | 101011 | 100000 | 0 | 11111 | 11100001 | 100000 | 110110 |
Color Harmonies of #6477AF
Complementary color
Monochromatic Colors of #6477AF
Black with #6477AF
Text Example
Text Example
White with #6477AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6477AF; }
p { color: rgb(100,119,175); }
H1.HeaderClassName
{
color: #6477AF;
}
.AnyTagClassName
{
color: #6477AF;
}
</style>
background-color css
<style>
a { background-color: #6477AF; }
a { background-color: rgb(100,119,175); }
div.DivClassName
{
background-color: #6477AF;
}
.BgClassName
{
background-color: #6477AF;
}
</style>
border-color css
<style>
span { border-color: #6477AF; }
span { border-color: rgb(100,119,175); }
td.TdClassName
{
border-color: #6477AF;
}
.TagClassName
{
border-color: #6477AF;
}
</style>