Shades of Chetwode Blue #6574AB
Tints of Chetwode Blue #6574AB
RGB
CMYK
RGB Variations
Color information
#6574AB (or 0x6574AB) is known color: Chetwode Blue. HEX triplet: 65, 74 and AB. RGB value is (101,116,171). Sum of RGB (Red+Green+Blue) = 101+116+171=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6574AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6574AB is #9A8B54. Grayscale: #757575. Windows color (decimal): -10128213 or 11236453. OLE color: 11236453.
HSL color Cylindrical-coordinate representation of color #6574AB: hue angle of 227.14º 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 #6574AB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 116 | 171 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.33 |
| HSL | 227.14º | 0.29% | 0.53% | - |
| HSV(B) | 227.14º | 0.41% | 0.67% | - |
| XYZ | 18.96 | 18.2 | 41.04 | - |
| YUV | 117.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 171 | 0.41 | 0.32 | 0 | 0.33 | 227.14 | 0.29 | 0.53 |
| Hex | 65 | 74 | AB | 29 | 20 | 0 | 21 | E3 | 1D | 35 |
| Octal | 145 | 164 | 253 | 51 | 40 | 0 | 41 | 343 | 35 | 65 |
| Binary | 1100101 | 1110100 | 10101011 | 101001 | 100000 | 0 | 100001 | 11100011 | 11101 | 110101 |
Color Harmonies of #6574AB
Complementary color
Monochromatic Colors of #6574AB
Black with #6574AB
Text Example
Text Example
White with #6574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574AB; }
p { color: rgb(101,116,171); }
H1.HeaderClassName
{
color: #6574AB;
}
.AnyTagClassName
{
color: #6574AB;
}
</style>
background-color css
<style>
a { background-color: #6574AB; }
a { background-color: rgb(101,116,171); }
div.DivClassName
{
background-color: #6574AB;
}
.BgClassName
{
background-color: #6574AB;
}
</style>
border-color css
<style>
span { border-color: #6574AB; }
span { border-color: rgb(101,116,171); }
td.TdClassName
{
border-color: #6574AB;
}
.TagClassName
{
border-color: #6574AB;
}
</style>