Shades of Chetwode Blue #6766AB
Tints of Chetwode Blue #6766AB
RGB
CMYK
RGB Variations
Color information
#6766AB (or 0x6766AB) is known color: Chetwode Blue. HEX triplet: 67, 66 and AB. RGB value is (103,102,171). Sum of RGB (Red+Green+Blue) = 103+102+171=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6766AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AB is #989954. Grayscale: #6D6D6D. Windows color (decimal): -10000725 or 11232871. OLE color: 11232871.
HSL color Cylindrical-coordinate representation of color #6766AB: hue angle of 240.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6766AB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 102 | 171 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.33 |
| HSL | 240.87º | 0.29% | 0.54% | - |
| HSV(B) | 240.87º | 0.4% | 0.67% | - |
| XYZ | 17.7 | 15.33 | 40.55 | - |
| YUV | 110.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 171 | 0.40 | 0.40 | 0 | 0.33 | 240.87 | 0.29 | 0.54 |
| Hex | 67 | 66 | AB | 28 | 28 | 0 | 21 | F1 | 1D | 36 |
| Octal | 147 | 146 | 253 | 50 | 50 | 0 | 41 | 361 | 35 | 66 |
| Binary | 1100111 | 1100110 | 10101011 | 101000 | 101000 | 0 | 100001 | 11110001 | 11101 | 110110 |
Color Harmonies of #6766AB
Complementary color
Monochromatic Colors of #6766AB
Black with #6766AB
Text Example
Text Example
White with #6766AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766AB; }
p { color: rgb(103,102,171); }
H1.HeaderClassName
{
color: #6766AB;
}
.AnyTagClassName
{
color: #6766AB;
}
</style>
background-color css
<style>
a { background-color: #6766AB; }
a { background-color: rgb(103,102,171); }
div.DivClassName
{
background-color: #6766AB;
}
.BgClassName
{
background-color: #6766AB;
}
</style>
border-color css
<style>
span { border-color: #6766AB; }
span { border-color: rgb(103,102,171); }
td.TdClassName
{
border-color: #6766AB;
}
.TagClassName
{
border-color: #6766AB;
}
</style>