Shades of Chetwode Blue #6772BC
Tints of Chetwode Blue #6772BC
RGB
CMYK
RGB Variations
Color information
#6772BC (or 0x6772BC) is known color: Chetwode Blue. HEX triplet: 67, 72 and BC. RGB value is (103,114,188). Sum of RGB (Red+Green+Blue) = 103+114+188=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #6772BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772BC is #988D43. Grayscale: #767676. Windows color (decimal): -9997636 or 12350055. OLE color: 12350055.
HSL color Cylindrical-coordinate representation of color #6772BC: hue angle of 232.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6772BC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 114 | 188 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.26 |
| HSL | 232.24º | 0.39% | 0.57% | - |
| HSV(B) | 232.24º | 0.45% | 0.74% | - |
| XYZ | 20.69 | 18.55 | 50.07 | - |
| YUV | 119.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 188 | 0.45 | 0.39 | 0 | 0.26 | 232.24 | 0.39 | 0.57 |
| Hex | 67 | 72 | BC | 2D | 27 | 0 | 1A | E8 | 27 | 39 |
| Octal | 147 | 162 | 274 | 55 | 47 | 0 | 32 | 350 | 47 | 71 |
| Binary | 1100111 | 1110010 | 10111100 | 101101 | 100111 | 0 | 11010 | 11101000 | 100111 | 111001 |
Color Harmonies of #6772BC
Complementary color
Monochromatic Colors of #6772BC
Black with #6772BC
Text Example
Text Example
White with #6772BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772BC; }
p { color: rgb(103,114,188); }
H1.HeaderClassName
{
color: #6772BC;
}
.AnyTagClassName
{
color: #6772BC;
}
</style>
background-color css
<style>
a { background-color: #6772BC; }
a { background-color: rgb(103,114,188); }
div.DivClassName
{
background-color: #6772BC;
}
.BgClassName
{
background-color: #6772BC;
}
</style>
border-color css
<style>
span { border-color: #6772BC; }
span { border-color: rgb(103,114,188); }
td.TdClassName
{
border-color: #6772BC;
}
.TagClassName
{
border-color: #6772BC;
}
</style>