Shades of Chetwode Blue #6772BB
Tints of Chetwode Blue #6772BB
RGB
CMYK
RGB Variations
Color information
#6772BB (or 0x6772BB) is known color: Chetwode Blue. HEX triplet: 67, 72 and BB. RGB value is (103,114,187). Sum of RGB (Red+Green+Blue) = 103+114+187=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #6772BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772BB is #988D44. Grayscale: #767676. Windows color (decimal): -9997637 or 12284519. OLE color: 12284519.
HSL color Cylindrical-coordinate representation of color #6772BB: hue angle of 232.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6772BB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 114 | 187 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.27 |
| HSL | 232.14º | 0.38% | 0.57% | - |
| HSV(B) | 232.14º | 0.45% | 0.73% | - |
| XYZ | 20.58 | 18.51 | 49.5 | - |
| YUV | 119.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 187 | 0.45 | 0.39 | 0 | 0.27 | 232.14 | 0.38 | 0.57 |
| Hex | 67 | 72 | BB | 2D | 27 | 0 | 1B | E8 | 26 | 39 |
| Octal | 147 | 162 | 273 | 55 | 47 | 0 | 33 | 350 | 46 | 71 |
| Binary | 1100111 | 1110010 | 10111011 | 101101 | 100111 | 0 | 11011 | 11101000 | 100110 | 111001 |
Color Harmonies of #6772BB
Complementary color
Monochromatic Colors of #6772BB
Black with #6772BB
Text Example
Text Example
White with #6772BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772BB; }
p { color: rgb(103,114,187); }
H1.HeaderClassName
{
color: #6772BB;
}
.AnyTagClassName
{
color: #6772BB;
}
</style>
background-color css
<style>
a { background-color: #6772BB; }
a { background-color: rgb(103,114,187); }
div.DivClassName
{
background-color: #6772BB;
}
.BgClassName
{
background-color: #6772BB;
}
</style>
border-color css
<style>
span { border-color: #6772BB; }
span { border-color: rgb(103,114,187); }
td.TdClassName
{
border-color: #6772BB;
}
.TagClassName
{
border-color: #6772BB;
}
</style>