Shades of Chetwode Blue #6573BD
Tints of Chetwode Blue #6573BD
RGB
CMYK
RGB Variations
Color information
#6573BD (or 0x6573BD) is known color: Chetwode Blue. HEX triplet: 65, 73 and BD. RGB value is (101,115,189). Sum of RGB (Red+Green+Blue) = 101+115+189=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6573BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573BD is #9A8C42. Grayscale: #767676. Windows color (decimal): -10128451 or 12415845. OLE color: 12415845.
HSL color Cylindrical-coordinate representation of color #6573BD: hue angle of 230.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6573BD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 115 | 189 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.26 |
| HSL | 230.45º | 0.4% | 0.57% | - |
| HSV(B) | 230.45º | 0.47% | 0.74% | - |
| XYZ | 20.68 | 18.7 | 50.66 | - |
| YUV | 119.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 189 | 0.47 | 0.39 | 0 | 0.26 | 230.45 | 0.4 | 0.57 |
| Hex | 65 | 73 | BD | 2F | 27 | 0 | 1A | E6 | 28 | 39 |
| Octal | 145 | 163 | 275 | 57 | 47 | 0 | 32 | 346 | 50 | 71 |
| Binary | 1100101 | 1110011 | 10111101 | 101111 | 100111 | 0 | 11010 | 11100110 | 101000 | 111001 |
Color Harmonies of #6573BD
Complementary color
Monochromatic Colors of #6573BD
Black with #6573BD
Text Example
Text Example
White with #6573BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573BD; }
p { color: rgb(101,115,189); }
H1.HeaderClassName
{
color: #6573BD;
}
.AnyTagClassName
{
color: #6573BD;
}
</style>
background-color css
<style>
a { background-color: #6573BD; }
a { background-color: rgb(101,115,189); }
div.DivClassName
{
background-color: #6573BD;
}
.BgClassName
{
background-color: #6573BD;
}
</style>
border-color css
<style>
span { border-color: #6573BD; }
span { border-color: rgb(101,115,189); }
td.TdClassName
{
border-color: #6573BD;
}
.TagClassName
{
border-color: #6573BD;
}
</style>