Shades of Chetwode Blue #6473BB
Tints of Chetwode Blue #6473BB
RGB
CMYK
RGB Variations
Color information
#6473BB (or 0x6473BB) is known color: Chetwode Blue. HEX triplet: 64, 73 and BB. RGB value is (100,115,187). Sum of RGB (Red+Green+Blue) = 100+115+187=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #6473BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473BB is #9B8C44. Grayscale: #767676. Windows color (decimal): -10193989 or 12284772. OLE color: 12284772.
HSL color Cylindrical-coordinate representation of color #6473BB: hue angle of 229.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6473BB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 115 | 187 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.27 |
| HSL | 229.66º | 0.39% | 0.56% | - |
| HSV(B) | 229.66º | 0.47% | 0.73% | - |
| XYZ | 20.36 | 18.56 | 49.52 | - |
| YUV | 118.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 187 | 0.47 | 0.39 | 0 | 0.27 | 229.66 | 0.39 | 0.56 |
| Hex | 64 | 73 | BB | 2F | 27 | 0 | 1B | E6 | 27 | 38 |
| Octal | 144 | 163 | 273 | 57 | 47 | 0 | 33 | 346 | 47 | 70 |
| Binary | 1100100 | 1110011 | 10111011 | 101111 | 100111 | 0 | 11011 | 11100110 | 100111 | 111000 |
Color Harmonies of #6473BB
Complementary color
Monochromatic Colors of #6473BB
Black with #6473BB
Text Example
Text Example
White with #6473BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473BB; }
p { color: rgb(100,115,187); }
H1.HeaderClassName
{
color: #6473BB;
}
.AnyTagClassName
{
color: #6473BB;
}
</style>
background-color css
<style>
a { background-color: #6473BB; }
a { background-color: rgb(100,115,187); }
div.DivClassName
{
background-color: #6473BB;
}
.BgClassName
{
background-color: #6473BB;
}
</style>
border-color css
<style>
span { border-color: #6473BB; }
span { border-color: rgb(100,115,187); }
td.TdClassName
{
border-color: #6473BB;
}
.TagClassName
{
border-color: #6473BB;
}
</style>