Shades of Chetwode Blue #6572AB
Tints of Chetwode Blue #6572AB
RGB
CMYK
RGB Variations
Color information
#6572AB (or 0x6572AB) is known color: Chetwode Blue. HEX triplet: 65, 72 and AB. RGB value is (101,114,171). Sum of RGB (Red+Green+Blue) = 101+114+171=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6572AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6572AB is #9A8D54. Grayscale: #747474. Windows color (decimal): -10128725 or 11235941. OLE color: 11235941.
HSL color Cylindrical-coordinate representation of color #6572AB: hue angle of 228.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6572AB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 114 | 171 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.33 |
| HSL | 228.86º | 0.29% | 0.53% | - |
| HSV(B) | 228.86º | 0.41% | 0.67% | - |
| XYZ | 18.73 | 17.74 | 40.97 | - |
| YUV | 116.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 171 | 0.41 | 0.33 | 0 | 0.33 | 228.86 | 0.29 | 0.53 |
| Hex | 65 | 72 | AB | 29 | 21 | 0 | 21 | E5 | 1D | 35 |
| Octal | 145 | 162 | 253 | 51 | 41 | 0 | 41 | 345 | 35 | 65 |
| Binary | 1100101 | 1110010 | 10101011 | 101001 | 100001 | 0 | 100001 | 11100101 | 11101 | 110101 |
Color Harmonies of #6572AB
Complementary color
Monochromatic Colors of #6572AB
Black with #6572AB
Text Example
Text Example
White with #6572AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572AB; }
p { color: rgb(101,114,171); }
H1.HeaderClassName
{
color: #6572AB;
}
.AnyTagClassName
{
color: #6572AB;
}
</style>
background-color css
<style>
a { background-color: #6572AB; }
a { background-color: rgb(101,114,171); }
div.DivClassName
{
background-color: #6572AB;
}
.BgClassName
{
background-color: #6572AB;
}
</style>
border-color css
<style>
span { border-color: #6572AB; }
span { border-color: rgb(101,114,171); }
td.TdClassName
{
border-color: #6572AB;
}
.TagClassName
{
border-color: #6572AB;
}
</style>