Shades of Chetwode Blue #6576AD
Tints of Chetwode Blue #6576AD
RGB
CMYK
RGB Variations
Color information
#6576AD (or 0x6576AD) is known color: Chetwode Blue. HEX triplet: 65, 76 and AD. RGB value is (101,118,173). Sum of RGB (Red+Green+Blue) = 101+118+173=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #6576AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6576AD is #9A8952. Grayscale: #767676. Windows color (decimal): -10127699 or 11368037. OLE color: 11368037.
HSL color Cylindrical-coordinate representation of color #6576AD: hue angle of 225.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6576AD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 118 | 173 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.32 |
| HSL | 225.83º | 0.31% | 0.54% | - |
| HSV(B) | 225.83º | 0.42% | 0.68% | - |
| XYZ | 19.39 | 18.74 | 42.13 | - |
| YUV | 119.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 173 | 0.42 | 0.32 | 0 | 0.32 | 225.83 | 0.31 | 0.54 |
| Hex | 65 | 76 | AD | 2A | 20 | 0 | 20 | E2 | 1F | 36 |
| Octal | 145 | 166 | 255 | 52 | 40 | 0 | 40 | 342 | 37 | 66 |
| Binary | 1100101 | 1110110 | 10101101 | 101010 | 100000 | 0 | 100000 | 11100010 | 11111 | 110110 |
Color Harmonies of #6576AD
Complementary color
Monochromatic Colors of #6576AD
Black with #6576AD
Text Example
Text Example
White with #6576AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576AD; }
p { color: rgb(101,118,173); }
H1.HeaderClassName
{
color: #6576AD;
}
.AnyTagClassName
{
color: #6576AD;
}
</style>
background-color css
<style>
a { background-color: #6576AD; }
a { background-color: rgb(101,118,173); }
div.DivClassName
{
background-color: #6576AD;
}
.BgClassName
{
background-color: #6576AD;
}
</style>
border-color css
<style>
span { border-color: #6576AD; }
span { border-color: rgb(101,118,173); }
td.TdClassName
{
border-color: #6576AD;
}
.TagClassName
{
border-color: #6576AD;
}
</style>