Shades of Chetwode Blue #6576BC
Tints of Chetwode Blue #6576BC
RGB
CMYK
RGB Variations
Color information
#6576BC (or 0x6576BC) is known color: Chetwode Blue. HEX triplet: 65, 76 and BC. RGB value is (101,118,188). Sum of RGB (Red+Green+Blue) = 101+118+188=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #6576BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576BC is #9A8943. Grayscale: #787878. Windows color (decimal): -10127684 or 12351077. OLE color: 12351077.
HSL color Cylindrical-coordinate representation of color #6576BC: hue angle of 228.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6576BC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 118 | 188 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.26 |
| HSL | 228.28º | 0.39% | 0.57% | - |
| HSV(B) | 228.28º | 0.46% | 0.74% | - |
| XYZ | 20.92 | 19.35 | 50.21 | - |
| YUV | 120.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 188 | 0.46 | 0.37 | 0 | 0.26 | 228.28 | 0.39 | 0.57 |
| Hex | 65 | 76 | BC | 2E | 25 | 0 | 1A | E4 | 27 | 39 |
| Octal | 145 | 166 | 274 | 56 | 45 | 0 | 32 | 344 | 47 | 71 |
| Binary | 1100101 | 1110110 | 10111100 | 101110 | 100101 | 0 | 11010 | 11100100 | 100111 | 111001 |
Color Harmonies of #6576BC
Complementary color
Monochromatic Colors of #6576BC
Black with #6576BC
Text Example
Text Example
White with #6576BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576BC; }
p { color: rgb(101,118,188); }
H1.HeaderClassName
{
color: #6576BC;
}
.AnyTagClassName
{
color: #6576BC;
}
</style>
background-color css
<style>
a { background-color: #6576BC; }
a { background-color: rgb(101,118,188); }
div.DivClassName
{
background-color: #6576BC;
}
.BgClassName
{
background-color: #6576BC;
}
</style>
border-color css
<style>
span { border-color: #6576BC; }
span { border-color: rgb(101,118,188); }
td.TdClassName
{
border-color: #6576BC;
}
.TagClassName
{
border-color: #6576BC;
}
</style>