Shades of Chetwode Blue #6576BB
Tints of Chetwode Blue #6576BB
RGB
CMYK
RGB Variations
Color information
#6576BB (or 0x6576BB) is known color: Chetwode Blue. HEX triplet: 65, 76 and BB. RGB value is (101,118,187). Sum of RGB (Red+Green+Blue) = 101+118+187=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #6576BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576BB is #9A8944. Grayscale: #787878. Windows color (decimal): -10127685 or 12285541. OLE color: 12285541.
HSL color Cylindrical-coordinate representation of color #6576BB: hue angle of 228.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6576BB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 118 | 187 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.27 |
| HSL | 228.14º | 0.39% | 0.56% | - |
| HSV(B) | 228.14º | 0.46% | 0.73% | - |
| XYZ | 20.81 | 19.31 | 49.64 | - |
| YUV | 120.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 187 | 0.46 | 0.37 | 0 | 0.27 | 228.14 | 0.39 | 0.56 |
| Hex | 65 | 76 | BB | 2E | 25 | 0 | 1B | E4 | 27 | 38 |
| Octal | 145 | 166 | 273 | 56 | 45 | 0 | 33 | 344 | 47 | 70 |
| Binary | 1100101 | 1110110 | 10111011 | 101110 | 100101 | 0 | 11011 | 11100100 | 100111 | 111000 |
Color Harmonies of #6576BB
Complementary color
Monochromatic Colors of #6576BB
Black with #6576BB
Text Example
Text Example
White with #6576BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576BB; }
p { color: rgb(101,118,187); }
H1.HeaderClassName
{
color: #6576BB;
}
.AnyTagClassName
{
color: #6576BB;
}
</style>
background-color css
<style>
a { background-color: #6576BB; }
a { background-color: rgb(101,118,187); }
div.DivClassName
{
background-color: #6576BB;
}
.BgClassName
{
background-color: #6576BB;
}
</style>
border-color css
<style>
span { border-color: #6576BB; }
span { border-color: rgb(101,118,187); }
td.TdClassName
{
border-color: #6576BB;
}
.TagClassName
{
border-color: #6576BB;
}
</style>