Shades of Chetwode Blue #6572BB
Tints of Chetwode Blue #6572BB
RGB
CMYK
RGB Variations
Color information
#6572BB (or 0x6572BB) is known color: Chetwode Blue. HEX triplet: 65, 72 and BB. RGB value is (101,114,187). Sum of RGB (Red+Green+Blue) = 101+114+187=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #6572BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572BB is #9A8D44. Grayscale: #767676. Windows color (decimal): -10128709 or 12284517. OLE color: 12284517.
HSL color Cylindrical-coordinate representation of color #6572BB: hue angle of 230.93º 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 #6572BB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 114 | 187 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.27 |
| HSL | 230.93º | 0.39% | 0.56% | - |
| HSV(B) | 230.93º | 0.46% | 0.73% | - |
| XYZ | 20.35 | 18.39 | 49.49 | - |
| YUV | 118.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 187 | 0.46 | 0.39 | 0 | 0.27 | 230.93 | 0.39 | 0.56 |
| Hex | 65 | 72 | BB | 2E | 27 | 0 | 1B | E7 | 27 | 38 |
| Octal | 145 | 162 | 273 | 56 | 47 | 0 | 33 | 347 | 47 | 70 |
| Binary | 1100101 | 1110010 | 10111011 | 101110 | 100111 | 0 | 11011 | 11100111 | 100111 | 111000 |
Color Harmonies of #6572BB
Complementary color
Monochromatic Colors of #6572BB
Black with #6572BB
Text Example
Text Example
White with #6572BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572BB; }
p { color: rgb(101,114,187); }
H1.HeaderClassName
{
color: #6572BB;
}
.AnyTagClassName
{
color: #6572BB;
}
</style>
background-color css
<style>
a { background-color: #6572BB; }
a { background-color: rgb(101,114,187); }
div.DivClassName
{
background-color: #6572BB;
}
.BgClassName
{
background-color: #6572BB;
}
</style>
border-color css
<style>
span { border-color: #6572BB; }
span { border-color: rgb(101,114,187); }
td.TdClassName
{
border-color: #6572BB;
}
.TagClassName
{
border-color: #6572BB;
}
</style>