Shades of Chetwode Blue #6570AB
Tints of Chetwode Blue #6570AB
RGB
CMYK
RGB Variations
Color information
#6570AB (or 0x6570AB) is known color: Chetwode Blue. HEX triplet: 65, 70 and AB. RGB value is (101,112,171). Sum of RGB (Red+Green+Blue) = 101+112+171=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6570AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6570AB is #9A8F54. Grayscale: #737373. Windows color (decimal): -10129237 or 11235429. OLE color: 11235429.
HSL color Cylindrical-coordinate representation of color #6570AB: hue angle of 230.57º 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 #6570AB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 112 | 171 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.33 |
| HSL | 230.57º | 0.29% | 0.53% | - |
| HSV(B) | 230.57º | 0.41% | 0.67% | - |
| XYZ | 18.51 | 17.3 | 40.89 | - |
| YUV | 115.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 171 | 0.41 | 0.35 | 0 | 0.33 | 230.57 | 0.29 | 0.53 |
| Hex | 65 | 70 | AB | 29 | 23 | 0 | 21 | E7 | 1D | 35 |
| Octal | 145 | 160 | 253 | 51 | 43 | 0 | 41 | 347 | 35 | 65 |
| Binary | 1100101 | 1110000 | 10101011 | 101001 | 100011 | 0 | 100001 | 11100111 | 11101 | 110101 |
Color Harmonies of #6570AB
Complementary color
Monochromatic Colors of #6570AB
Black with #6570AB
Text Example
Text Example
White with #6570AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6570AB; }
p { color: rgb(101,112,171); }
H1.HeaderClassName
{
color: #6570AB;
}
.AnyTagClassName
{
color: #6570AB;
}
</style>
background-color css
<style>
a { background-color: #6570AB; }
a { background-color: rgb(101,112,171); }
div.DivClassName
{
background-color: #6570AB;
}
.BgClassName
{
background-color: #6570AB;
}
</style>
border-color css
<style>
span { border-color: #6570AB; }
span { border-color: rgb(101,112,171); }
td.TdClassName
{
border-color: #6570AB;
}
.TagClassName
{
border-color: #6570AB;
}
</style>