Shades of Chetwode Blue #6477CC
Tints of Chetwode Blue #6477CC
RGB
CMYK
RGB Variations
Color information
#6477CC (or 0x6477CC) is known color: Chetwode Blue. HEX triplet: 64, 77 and CC. RGB value is (100,119,204). Sum of RGB (Red+Green+Blue) = 100+119+204=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6477CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6477CC is #9B8833. Grayscale: #7A7A7A. Windows color (decimal): -10192948 or 13399908. OLE color: 13399908.
HSL color Cylindrical-coordinate representation of color #6477CC: hue angle of 229.04º 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 #6477CC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 119 | 204 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.2 |
| HSL | 229.04º | 0.5% | 0.6% | - |
| HSV(B) | 229.04º | 0.51% | 0.8% | - |
| XYZ | 22.75 | 20.26 | 59.84 | - |
| YUV | 123.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 204 | 0.51 | 0.42 | 0 | 0.2 | 229.04 | 0.5 | 0.6 |
| Hex | 64 | 77 | CC | 33 | 2A | 0 | 14 | E5 | 32 | 3C |
| Octal | 144 | 167 | 314 | 63 | 52 | 0 | 24 | 345 | 62 | 74 |
| Binary | 1100100 | 1110111 | 11001100 | 110011 | 101010 | 0 | 10100 | 11100101 | 110010 | 111100 |
Color Harmonies of #6477CC
Complementary color
Monochromatic Colors of #6477CC
Black with #6477CC
Text Example
Text Example
White with #6477CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6477CC; }
p { color: rgb(100,119,204); }
H1.HeaderClassName
{
color: #6477CC;
}
.AnyTagClassName
{
color: #6477CC;
}
</style>
background-color css
<style>
a { background-color: #6477CC; }
a { background-color: rgb(100,119,204); }
div.DivClassName
{
background-color: #6477CC;
}
.BgClassName
{
background-color: #6477CC;
}
</style>
border-color css
<style>
span { border-color: #6477CC; }
span { border-color: rgb(100,119,204); }
td.TdClassName
{
border-color: #6477CC;
}
.TagClassName
{
border-color: #6477CC;
}
</style>