Shades of Chetwode Blue #6476CA
Tints of Chetwode Blue #6476CA
RGB
CMYK
RGB Variations
Color information
#6476CA (or 0x6476CA) is known color: Chetwode Blue. HEX triplet: 64, 76 and CA. RGB value is (100,118,202). Sum of RGB (Red+Green+Blue) = 100+118+202=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6476CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476CA is #9B8935. Grayscale: #797979. Windows color (decimal): -10193206 or 13268580. OLE color: 13268580.
HSL color Cylindrical-coordinate representation of color #6476CA: hue angle of 229.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6476CA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 118 | 202 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.21 |
| HSL | 229.41º | 0.49% | 0.59% | - |
| HSV(B) | 229.41º | 0.5% | 0.79% | - |
| XYZ | 22.39 | 19.93 | 58.54 | - |
| YUV | 122.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 202 | 0.50 | 0.42 | 0 | 0.21 | 229.41 | 0.49 | 0.59 |
| Hex | 64 | 76 | CA | 32 | 2A | 0 | 15 | E5 | 31 | 3B |
| Octal | 144 | 166 | 312 | 62 | 52 | 0 | 25 | 345 | 61 | 73 |
| Binary | 1100100 | 1110110 | 11001010 | 110010 | 101010 | 0 | 10101 | 11100101 | 110001 | 111011 |
Color Harmonies of #6476CA
Complementary color
Monochromatic Colors of #6476CA
Black with #6476CA
Text Example
Text Example
White with #6476CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476CA; }
p { color: rgb(100,118,202); }
H1.HeaderClassName
{
color: #6476CA;
}
.AnyTagClassName
{
color: #6476CA;
}
</style>
background-color css
<style>
a { background-color: #6476CA; }
a { background-color: rgb(100,118,202); }
div.DivClassName
{
background-color: #6476CA;
}
.BgClassName
{
background-color: #6476CA;
}
</style>
border-color css
<style>
span { border-color: #6476CA; }
span { border-color: rgb(100,118,202); }
td.TdClassName
{
border-color: #6476CA;
}
.TagClassName
{
border-color: #6476CA;
}
</style>