Shades of Chetwode Blue #667AAD
Tints of Chetwode Blue #667AAD
RGB
CMYK
RGB Variations
Color information
#667AAD (or 0x667AAD) is known color: Chetwode Blue. HEX triplet: 66, 7A and AD. RGB value is (102,122,173). Sum of RGB (Red+Green+Blue) = 102+122+173=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #667AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AAD is #998552. Grayscale: #797979. Windows color (decimal): -10061139 or 11369062. OLE color: 11369062.
HSL color Cylindrical-coordinate representation of color #667AAD: hue angle of 223.1º 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 #667AAD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 122 | 173 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.32 |
| HSL | 223.1º | 0.3% | 0.54% | - |
| HSV(B) | 223.1º | 0.41% | 0.68% | - |
| XYZ | 19.98 | 19.76 | 42.3 | - |
| YUV | 121.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 173 | 0.41 | 0.29 | 0 | 0.32 | 223.1 | 0.3 | 0.54 |
| Hex | 66 | 7A | AD | 29 | 1D | 0 | 20 | DF | 1E | 36 |
| Octal | 146 | 172 | 255 | 51 | 35 | 0 | 40 | 337 | 36 | 66 |
| Binary | 1100110 | 1111010 | 10101101 | 101001 | 11101 | 0 | 100000 | 11011111 | 11110 | 110110 |
Color Harmonies of #667AAD
Complementary color
Monochromatic Colors of #667AAD
Black with #667AAD
Text Example
Text Example
White with #667AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AAD; }
p { color: rgb(102,122,173); }
H1.HeaderClassName
{
color: #667AAD;
}
.AnyTagClassName
{
color: #667AAD;
}
</style>
background-color css
<style>
a { background-color: #667AAD; }
a { background-color: rgb(102,122,173); }
div.DivClassName
{
background-color: #667AAD;
}
.BgClassName
{
background-color: #667AAD;
}
</style>
border-color css
<style>
span { border-color: #667AAD; }
span { border-color: rgb(102,122,173); }
td.TdClassName
{
border-color: #667AAD;
}
.TagClassName
{
border-color: #667AAD;
}
</style>