Shades of Chetwode Blue #6473BC
Tints of Chetwode Blue #6473BC
RGB
CMYK
RGB Variations
Color information
#6473BC (or 0x6473BC) is known color: Chetwode Blue. HEX triplet: 64, 73 and BC. RGB value is (100,115,188). Sum of RGB (Red+Green+Blue) = 100+115+188=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6473BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473BC is #9B8C43. Grayscale: #767676. Windows color (decimal): -10193988 or 12350308. OLE color: 12350308.
HSL color Cylindrical-coordinate representation of color #6473BC: hue angle of 229.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6473BC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 115 | 188 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.26 |
| HSL | 229.77º | 0.4% | 0.56% | - |
| HSV(B) | 229.77º | 0.47% | 0.74% | - |
| XYZ | 20.46 | 18.6 | 50.09 | - |
| YUV | 118.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 188 | 0.47 | 0.39 | 0 | 0.26 | 229.77 | 0.4 | 0.56 |
| Hex | 64 | 73 | BC | 2F | 27 | 0 | 1A | E6 | 28 | 38 |
| Octal | 144 | 163 | 274 | 57 | 47 | 0 | 32 | 346 | 50 | 70 |
| Binary | 1100100 | 1110011 | 10111100 | 101111 | 100111 | 0 | 11010 | 11100110 | 101000 | 111000 |
Color Harmonies of #6473BC
Complementary color
Monochromatic Colors of #6473BC
Black with #6473BC
Text Example
Text Example
White with #6473BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473BC; }
p { color: rgb(100,115,188); }
H1.HeaderClassName
{
color: #6473BC;
}
.AnyTagClassName
{
color: #6473BC;
}
</style>
background-color css
<style>
a { background-color: #6473BC; }
a { background-color: rgb(100,115,188); }
div.DivClassName
{
background-color: #6473BC;
}
.BgClassName
{
background-color: #6473BC;
}
</style>
border-color css
<style>
span { border-color: #6473BC; }
span { border-color: rgb(100,115,188); }
td.TdClassName
{
border-color: #6473BC;
}
.TagClassName
{
border-color: #6473BC;
}
</style>