Shades of Chetwode Blue #6776BB
Tints of Chetwode Blue #6776BB
RGB
CMYK
RGB Variations
Color information
#6776BB (or 0x6776BB) is known color: Chetwode Blue. HEX triplet: 67, 76 and BB. RGB value is (103,118,187). Sum of RGB (Red+Green+Blue) = 103+118+187=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #6776BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776BB is #988944. Grayscale: #797979. Windows color (decimal): -9996613 or 12285543. OLE color: 12285543.
HSL color Cylindrical-coordinate representation of color #6776BB: hue angle of 229.29º 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 #6776BB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 118 | 187 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.27 |
| HSL | 229.29º | 0.38% | 0.57% | - |
| HSV(B) | 229.29º | 0.45% | 0.73% | - |
| XYZ | 21.04 | 19.43 | 49.65 | - |
| YUV | 121.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 187 | 0.45 | 0.37 | 0 | 0.27 | 229.29 | 0.38 | 0.57 |
| Hex | 67 | 76 | BB | 2D | 25 | 0 | 1B | E5 | 26 | 39 |
| Octal | 147 | 166 | 273 | 55 | 45 | 0 | 33 | 345 | 46 | 71 |
| Binary | 1100111 | 1110110 | 10111011 | 101101 | 100101 | 0 | 11011 | 11100101 | 100110 | 111001 |
Color Harmonies of #6776BB
Complementary color
Monochromatic Colors of #6776BB
Black with #6776BB
Text Example
Text Example
White with #6776BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6776BB; }
p { color: rgb(103,118,187); }
H1.HeaderClassName
{
color: #6776BB;
}
.AnyTagClassName
{
color: #6776BB;
}
</style>
background-color css
<style>
a { background-color: #6776BB; }
a { background-color: rgb(103,118,187); }
div.DivClassName
{
background-color: #6776BB;
}
.BgClassName
{
background-color: #6776BB;
}
</style>
border-color css
<style>
span { border-color: #6776BB; }
span { border-color: rgb(103,118,187); }
td.TdClassName
{
border-color: #6776BB;
}
.TagClassName
{
border-color: #6776BB;
}
</style>