Shades of Chetwode Blue #6476AD
Tints of Chetwode Blue #6476AD
RGB
CMYK
RGB Variations
Color information
#6476AD (or 0x6476AD) is known color: Chetwode Blue. HEX triplet: 64, 76 and AD. RGB value is (100,118,173). Sum of RGB (Red+Green+Blue) = 100+118+173=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #6476AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6476AD is #9B8952. Grayscale: #767676. Windows color (decimal): -10193235 or 11368036. OLE color: 11368036.
HSL color Cylindrical-coordinate representation of color #6476AD: hue angle of 225.21º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6476AD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 118 | 173 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.32 |
| HSL | 225.21º | 0.31% | 0.54% | - |
| HSV(B) | 225.21º | 0.42% | 0.68% | - |
| XYZ | 19.28 | 18.68 | 42.13 | - |
| YUV | 118.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 173 | 0.42 | 0.32 | 0 | 0.32 | 225.21 | 0.31 | 0.54 |
| Hex | 64 | 76 | AD | 2A | 20 | 0 | 20 | E1 | 1F | 36 |
| Octal | 144 | 166 | 255 | 52 | 40 | 0 | 40 | 341 | 37 | 66 |
| Binary | 1100100 | 1110110 | 10101101 | 101010 | 100000 | 0 | 100000 | 11100001 | 11111 | 110110 |
Color Harmonies of #6476AD
Complementary color
Monochromatic Colors of #6476AD
Black with #6476AD
Text Example
Text Example
White with #6476AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476AD; }
p { color: rgb(100,118,173); }
H1.HeaderClassName
{
color: #6476AD;
}
.AnyTagClassName
{
color: #6476AD;
}
</style>
background-color css
<style>
a { background-color: #6476AD; }
a { background-color: rgb(100,118,173); }
div.DivClassName
{
background-color: #6476AD;
}
.BgClassName
{
background-color: #6476AD;
}
</style>
border-color css
<style>
span { border-color: #6476AD; }
span { border-color: rgb(100,118,173); }
td.TdClassName
{
border-color: #6476AD;
}
.TagClassName
{
border-color: #6476AD;
}
</style>