Shades of Chetwode Blue #6570AF
Tints of Chetwode Blue #6570AF
RGB
CMYK
RGB Variations
Color information
#6570AF (or 0x6570AF) is known color: Chetwode Blue. HEX triplet: 65, 70 and AF. RGB value is (101,112,175). Sum of RGB (Red+Green+Blue) = 101+112+175=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #6570AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6570AF is #9A8F50. Grayscale: #737373. Windows color (decimal): -10129233 or 11497573. OLE color: 11497573.
HSL color Cylindrical-coordinate representation of color #6570AF: hue angle of 231.08º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6570AF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 112 | 175 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.31 |
| HSL | 231.08º | 0.32% | 0.54% | - |
| HSV(B) | 231.08º | 0.42% | 0.69% | - |
| XYZ | 18.9 | 17.45 | 42.93 | - |
| YUV | 115.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 175 | 0.42 | 0.36 | 0 | 0.31 | 231.08 | 0.32 | 0.54 |
| Hex | 65 | 70 | AF | 2A | 24 | 0 | 1F | E7 | 20 | 36 |
| Octal | 145 | 160 | 257 | 52 | 44 | 0 | 37 | 347 | 40 | 66 |
| Binary | 1100101 | 1110000 | 10101111 | 101010 | 100100 | 0 | 11111 | 11100111 | 100000 | 110110 |
Color Harmonies of #6570AF
Complementary color
Monochromatic Colors of #6570AF
Black with #6570AF
Text Example
Text Example
White with #6570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6570AF; }
p { color: rgb(101,112,175); }
H1.HeaderClassName
{
color: #6570AF;
}
.AnyTagClassName
{
color: #6570AF;
}
</style>
background-color css
<style>
a { background-color: #6570AF; }
a { background-color: rgb(101,112,175); }
div.DivClassName
{
background-color: #6570AF;
}
.BgClassName
{
background-color: #6570AF;
}
</style>
border-color css
<style>
span { border-color: #6570AF; }
span { border-color: rgb(101,112,175); }
td.TdClassName
{
border-color: #6570AF;
}
.TagClassName
{
border-color: #6570AF;
}
</style>