Shades of Chetwode Blue #6772BD
Tints of Chetwode Blue #6772BD
RGB
CMYK
RGB Variations
Color information
#6772BD (or 0x6772BD) is known color: Chetwode Blue. HEX triplet: 67, 72 and BD. RGB value is (103,114,189). Sum of RGB (Red+Green+Blue) = 103+114+189=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6772BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772BD is #988D42. Grayscale: #767676. Windows color (decimal): -9997635 or 12415591. OLE color: 12415591.
HSL color Cylindrical-coordinate representation of color #6772BD: hue angle of 232.33º 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 #6772BD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 114 | 189 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.26 |
| HSL | 232.33º | 0.39% | 0.57% | - |
| HSV(B) | 232.33º | 0.46% | 0.74% | - |
| XYZ | 20.8 | 18.59 | 50.64 | - |
| YUV | 119.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 189 | 0.46 | 0.40 | 0 | 0.26 | 232.33 | 0.39 | 0.57 |
| Hex | 67 | 72 | BD | 2E | 28 | 0 | 1A | E8 | 27 | 39 |
| Octal | 147 | 162 | 275 | 56 | 50 | 0 | 32 | 350 | 47 | 71 |
| Binary | 1100111 | 1110010 | 10111101 | 101110 | 101000 | 0 | 11010 | 11101000 | 100111 | 111001 |
Color Harmonies of #6772BD
Complementary color
Monochromatic Colors of #6772BD
Black with #6772BD
Text Example
Text Example
White with #6772BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772BD; }
p { color: rgb(103,114,189); }
H1.HeaderClassName
{
color: #6772BD;
}
.AnyTagClassName
{
color: #6772BD;
}
</style>
background-color css
<style>
a { background-color: #6772BD; }
a { background-color: rgb(103,114,189); }
div.DivClassName
{
background-color: #6772BD;
}
.BgClassName
{
background-color: #6772BD;
}
</style>
border-color css
<style>
span { border-color: #6772BD; }
span { border-color: rgb(103,114,189); }
td.TdClassName
{
border-color: #6772BD;
}
.TagClassName
{
border-color: #6772BD;
}
</style>