Shades of Chetwode Blue #6766AD
Tints of Chetwode Blue #6766AD
RGB
CMYK
RGB Variations
Color information
#6766AD (or 0x6766AD) is known color: Chetwode Blue. HEX triplet: 67, 66 and AD. RGB value is (103,102,173). Sum of RGB (Red+Green+Blue) = 103+102+173=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #6766AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AD is #989952. Grayscale: #6E6E6E. Windows color (decimal): -10000723 or 11363943. OLE color: 11363943.
HSL color Cylindrical-coordinate representation of color #6766AD: hue angle of 240.85º degrees, saturation: 0.3, 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 #6766AD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 102 | 173 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.32 |
| HSL | 240.85º | 0.3% | 0.54% | - |
| HSV(B) | 240.85º | 0.41% | 0.68% | - |
| XYZ | 17.89 | 15.4 | 41.57 | - |
| YUV | 110.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 173 | 0.40 | 0.41 | 0 | 0.32 | 240.85 | 0.3 | 0.54 |
| Hex | 67 | 66 | AD | 28 | 29 | 0 | 20 | F1 | 1E | 36 |
| Octal | 147 | 146 | 255 | 50 | 51 | 0 | 40 | 361 | 36 | 66 |
| Binary | 1100111 | 1100110 | 10101101 | 101000 | 101001 | 0 | 100000 | 11110001 | 11110 | 110110 |
Color Harmonies of #6766AD
Complementary color
Monochromatic Colors of #6766AD
Black with #6766AD
Text Example
Text Example
White with #6766AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766AD; }
p { color: rgb(103,102,173); }
H1.HeaderClassName
{
color: #6766AD;
}
.AnyTagClassName
{
color: #6766AD;
}
</style>
background-color css
<style>
a { background-color: #6766AD; }
a { background-color: rgb(103,102,173); }
div.DivClassName
{
background-color: #6766AD;
}
.BgClassName
{
background-color: #6766AD;
}
</style>
border-color css
<style>
span { border-color: #6766AD; }
span { border-color: rgb(103,102,173); }
td.TdClassName
{
border-color: #6766AD;
}
.TagClassName
{
border-color: #6766AD;
}
</style>