Shades of Chetwode Blue #667AAC
Tints of Chetwode Blue #667AAC
RGB
CMYK
RGB Variations
Color information
#667AAC (or 0x667AAC) is known color: Chetwode Blue. HEX triplet: 66, 7A and AC. RGB value is (102,122,172). Sum of RGB (Red+Green+Blue) = 102+122+172=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #667AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AAC is #998553. Grayscale: #797979. Windows color (decimal): -10061140 or 11303526. OLE color: 11303526.
HSL color Cylindrical-coordinate representation of color #667AAC: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #667AAC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 122 | 172 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.33 |
| HSL | 222.86º | 0.3% | 0.54% | - |
| HSV(B) | 222.86º | 0.41% | 0.67% | - |
| XYZ | 19.89 | 19.72 | 41.79 | - |
| YUV | 121.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 172 | 0.41 | 0.29 | 0 | 0.33 | 222.86 | 0.3 | 0.54 |
| Hex | 66 | 7A | AC | 29 | 1D | 0 | 21 | DF | 1E | 36 |
| Octal | 146 | 172 | 254 | 51 | 35 | 0 | 41 | 337 | 36 | 66 |
| Binary | 1100110 | 1111010 | 10101100 | 101001 | 11101 | 0 | 100001 | 11011111 | 11110 | 110110 |
Color Harmonies of #667AAC
Complementary color
Monochromatic Colors of #667AAC
Black with #667AAC
Text Example
Text Example
White with #667AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AAC; }
p { color: rgb(102,122,172); }
H1.HeaderClassName
{
color: #667AAC;
}
.AnyTagClassName
{
color: #667AAC;
}
</style>
background-color css
<style>
a { background-color: #667AAC; }
a { background-color: rgb(102,122,172); }
div.DivClassName
{
background-color: #667AAC;
}
.BgClassName
{
background-color: #667AAC;
}
</style>
border-color css
<style>
span { border-color: #667AAC; }
span { border-color: rgb(102,122,172); }
td.TdClassName
{
border-color: #667AAC;
}
.TagClassName
{
border-color: #667AAC;
}
</style>