Shades of Chetwode Blue #6766AE
Tints of Chetwode Blue #6766AE
RGB
CMYK
RGB Variations
Color information
#6766AE (or 0x6766AE) is known color: Chetwode Blue. HEX triplet: 67, 66 and AE. RGB value is (103,102,174). Sum of RGB (Red+Green+Blue) = 103+102+174=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #6766AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AE is #989951. Grayscale: #6E6E6E. Windows color (decimal): -10000722 or 11429479. OLE color: 11429479.
HSL color Cylindrical-coordinate representation of color #6766AE: hue angle of 240.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6766AE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 102 | 174 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.32 |
| HSL | 240.83º | 0.31% | 0.54% | - |
| HSV(B) | 240.83º | 0.41% | 0.68% | - |
| XYZ | 17.98 | 15.44 | 42.08 | - |
| YUV | 110.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 174 | 0.41 | 0.41 | 0 | 0.32 | 240.83 | 0.31 | 0.54 |
| Hex | 67 | 66 | AE | 29 | 29 | 0 | 20 | F1 | 1F | 36 |
| Octal | 147 | 146 | 256 | 51 | 51 | 0 | 40 | 361 | 37 | 66 |
| Binary | 1100111 | 1100110 | 10101110 | 101001 | 101001 | 0 | 100000 | 11110001 | 11111 | 110110 |
Color Harmonies of #6766AE
Complementary color
Monochromatic Colors of #6766AE
Black with #6766AE
Text Example
Text Example
White with #6766AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766AE; }
p { color: rgb(103,102,174); }
H1.HeaderClassName
{
color: #6766AE;
}
.AnyTagClassName
{
color: #6766AE;
}
</style>
background-color css
<style>
a { background-color: #6766AE; }
a { background-color: rgb(103,102,174); }
div.DivClassName
{
background-color: #6766AE;
}
.BgClassName
{
background-color: #6766AE;
}
</style>
border-color css
<style>
span { border-color: #6766AE; }
span { border-color: rgb(103,102,174); }
td.TdClassName
{
border-color: #6766AE;
}
.TagClassName
{
border-color: #6766AE;
}
</style>