Shades of Chetwode Blue #6576AB
Tints of Chetwode Blue #6576AB
RGB
CMYK
RGB Variations
Color information
#6576AB (or 0x6576AB) is known color: Chetwode Blue. HEX triplet: 65, 76 and AB. RGB value is (101,118,171). Sum of RGB (Red+Green+Blue) = 101+118+171=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6576AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6576AB is #9A8954. Grayscale: #767676. Windows color (decimal): -10127701 or 11236965. OLE color: 11236965.
HSL color Cylindrical-coordinate representation of color #6576AB: hue angle of 225.43º 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 #6576AB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 118 | 171 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.33 |
| HSL | 225.43º | 0.29% | 0.53% | - |
| HSV(B) | 225.43º | 0.41% | 0.67% | - |
| XYZ | 19.2 | 18.66 | 41.12 | - |
| YUV | 118.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 171 | 0.41 | 0.31 | 0 | 0.33 | 225.43 | 0.29 | 0.53 |
| Hex | 65 | 76 | AB | 29 | 1F | 0 | 21 | E1 | 1D | 35 |
| Octal | 145 | 166 | 253 | 51 | 37 | 0 | 41 | 341 | 35 | 65 |
| Binary | 1100101 | 1110110 | 10101011 | 101001 | 11111 | 0 | 100001 | 11100001 | 11101 | 110101 |
Color Harmonies of #6576AB
Complementary color
Monochromatic Colors of #6576AB
Black with #6576AB
Text Example
Text Example
White with #6576AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576AB; }
p { color: rgb(101,118,171); }
H1.HeaderClassName
{
color: #6576AB;
}
.AnyTagClassName
{
color: #6576AB;
}
</style>
background-color css
<style>
a { background-color: #6576AB; }
a { background-color: rgb(101,118,171); }
div.DivClassName
{
background-color: #6576AB;
}
.BgClassName
{
background-color: #6576AB;
}
</style>
border-color css
<style>
span { border-color: #6576AB; }
span { border-color: rgb(101,118,171); }
td.TdClassName
{
border-color: #6576AB;
}
.TagClassName
{
border-color: #6576AB;
}
</style>