Shades of Chetwode Blue #6476CC
Tints of Chetwode Blue #6476CC
RGB
CMYK
RGB Variations
Color information
#6476CC (or 0x6476CC) is known color: Chetwode Blue. HEX triplet: 64, 76 and CC. RGB value is (100,118,204). Sum of RGB (Red+Green+Blue) = 100+118+204=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6476CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476CC is #9B8933. Grayscale: #7A7A7A. Windows color (decimal): -10193204 or 13399652. OLE color: 13399652.
HSL color Cylindrical-coordinate representation of color #6476CC: hue angle of 229.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6476CC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 118 | 204 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.2 |
| HSL | 229.62º | 0.5% | 0.6% | - |
| HSV(B) | 229.62º | 0.51% | 0.8% | - |
| XYZ | 22.63 | 20.03 | 59.8 | - |
| YUV | 122.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 204 | 0.51 | 0.42 | 0 | 0.2 | 229.62 | 0.5 | 0.6 |
| Hex | 64 | 76 | CC | 33 | 2A | 0 | 14 | E6 | 32 | 3C |
| Octal | 144 | 166 | 314 | 63 | 52 | 0 | 24 | 346 | 62 | 74 |
| Binary | 1100100 | 1110110 | 11001100 | 110011 | 101010 | 0 | 10100 | 11100110 | 110010 | 111100 |
Color Harmonies of #6476CC
Complementary color
Monochromatic Colors of #6476CC
Black with #6476CC
Text Example
Text Example
White with #6476CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476CC; }
p { color: rgb(100,118,204); }
H1.HeaderClassName
{
color: #6476CC;
}
.AnyTagClassName
{
color: #6476CC;
}
</style>
background-color css
<style>
a { background-color: #6476CC; }
a { background-color: rgb(100,118,204); }
div.DivClassName
{
background-color: #6476CC;
}
.BgClassName
{
background-color: #6476CC;
}
</style>
border-color css
<style>
span { border-color: #6476CC; }
span { border-color: rgb(100,118,204); }
td.TdClassName
{
border-color: #6476CC;
}
.TagClassName
{
border-color: #6476CC;
}
</style>