Shades of Chetwode Blue #6476AE
Tints of Chetwode Blue #6476AE
RGB
CMYK
RGB Variations
Color information
#6476AE (or 0x6476AE) is known color: Chetwode Blue. HEX triplet: 64, 76 and AE. RGB value is (100,118,174). Sum of RGB (Red+Green+Blue) = 100+118+174=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #6476AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6476AE is #9B8951. Grayscale: #767676. Windows color (decimal): -10193234 or 11433572. OLE color: 11433572.
HSL color Cylindrical-coordinate representation of color #6476AE: hue angle of 225.41º 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 #6476AE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 118 | 174 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.32 |
| HSL | 225.41º | 0.31% | 0.54% | - |
| HSV(B) | 225.41º | 0.43% | 0.68% | - |
| XYZ | 19.37 | 18.72 | 42.64 | - |
| YUV | 119 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 174 | 0.43 | 0.32 | 0 | 0.32 | 225.41 | 0.31 | 0.54 |
| Hex | 64 | 76 | AE | 2B | 20 | 0 | 20 | E1 | 1F | 36 |
| Octal | 144 | 166 | 256 | 53 | 40 | 0 | 40 | 341 | 37 | 66 |
| Binary | 1100100 | 1110110 | 10101110 | 101011 | 100000 | 0 | 100000 | 11100001 | 11111 | 110110 |
Color Harmonies of #6476AE
Complementary color
Monochromatic Colors of #6476AE
Black with #6476AE
Text Example
Text Example
White with #6476AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476AE; }
p { color: rgb(100,118,174); }
H1.HeaderClassName
{
color: #6476AE;
}
.AnyTagClassName
{
color: #6476AE;
}
</style>
background-color css
<style>
a { background-color: #6476AE; }
a { background-color: rgb(100,118,174); }
div.DivClassName
{
background-color: #6476AE;
}
.BgClassName
{
background-color: #6476AE;
}
</style>
border-color css
<style>
span { border-color: #6476AE; }
span { border-color: rgb(100,118,174); }
td.TdClassName
{
border-color: #6476AE;
}
.TagClassName
{
border-color: #6476AE;
}
</style>