Shades of Chetwode Blue #6573BA
Tints of Chetwode Blue #6573BA
RGB
CMYK
RGB Variations
Color information
#6573BA (or 0x6573BA) is known color: Chetwode Blue. HEX triplet: 65, 73 and BA. RGB value is (101,115,186). Sum of RGB (Red+Green+Blue) = 101+115+186=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #6573BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573BA is #9A8C45. Grayscale: #767676. Windows color (decimal): -10128454 or 12219237. OLE color: 12219237.
HSL color Cylindrical-coordinate representation of color #6573BA: hue angle of 230.12º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6573BA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 115 | 186 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.27 |
| HSL | 230.12º | 0.38% | 0.56% | - |
| HSV(B) | 230.12º | 0.46% | 0.73% | - |
| XYZ | 20.36 | 18.57 | 48.97 | - |
| YUV | 118.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 186 | 0.46 | 0.38 | 0 | 0.27 | 230.12 | 0.38 | 0.56 |
| Hex | 65 | 73 | BA | 2E | 26 | 0 | 1B | E6 | 26 | 38 |
| Octal | 145 | 163 | 272 | 56 | 46 | 0 | 33 | 346 | 46 | 70 |
| Binary | 1100101 | 1110011 | 10111010 | 101110 | 100110 | 0 | 11011 | 11100110 | 100110 | 111000 |
Color Harmonies of #6573BA
Complementary color
Monochromatic Colors of #6573BA
Black with #6573BA
Text Example
Text Example
White with #6573BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573BA; }
p { color: rgb(101,115,186); }
H1.HeaderClassName
{
color: #6573BA;
}
.AnyTagClassName
{
color: #6573BA;
}
</style>
background-color css
<style>
a { background-color: #6573BA; }
a { background-color: rgb(101,115,186); }
div.DivClassName
{
background-color: #6573BA;
}
.BgClassName
{
background-color: #6573BA;
}
</style>
border-color css
<style>
span { border-color: #6573BA; }
span { border-color: rgb(101,115,186); }
td.TdClassName
{
border-color: #6573BA;
}
.TagClassName
{
border-color: #6573BA;
}
</style>