Shades of Chetwode Blue #667AAB
Tints of Chetwode Blue #667AAB
RGB
CMYK
RGB Variations
Color information
#667AAB (or 0x667AAB) is known color: Chetwode Blue. HEX triplet: 66, 7A and AB. RGB value is (102,122,171). Sum of RGB (Red+Green+Blue) = 102+122+171=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #667AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AAB is #998554. Grayscale: #797979. Windows color (decimal): -10061141 or 11237990. OLE color: 11237990.
HSL color Cylindrical-coordinate representation of color #667AAB: hue angle of 222.61º 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 #667AAB is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 122 | 171 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.33 |
| HSL | 222.61º | 0.29% | 0.54% | - |
| HSV(B) | 222.61º | 0.4% | 0.67% | - |
| XYZ | 19.79 | 19.68 | 41.28 | - |
| YUV | 121.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 171 | 0.40 | 0.29 | 0 | 0.33 | 222.61 | 0.29 | 0.54 |
| Hex | 66 | 7A | AB | 28 | 1D | 0 | 21 | DF | 1D | 36 |
| Octal | 146 | 172 | 253 | 50 | 35 | 0 | 41 | 337 | 35 | 66 |
| Binary | 1100110 | 1111010 | 10101011 | 101000 | 11101 | 0 | 100001 | 11011111 | 11101 | 110110 |
Color Harmonies of #667AAB
Complementary color
Monochromatic Colors of #667AAB
Black with #667AAB
Text Example
Text Example
White with #667AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AAB; }
p { color: rgb(102,122,171); }
H1.HeaderClassName
{
color: #667AAB;
}
.AnyTagClassName
{
color: #667AAB;
}
</style>
background-color css
<style>
a { background-color: #667AAB; }
a { background-color: rgb(102,122,171); }
div.DivClassName
{
background-color: #667AAB;
}
.BgClassName
{
background-color: #667AAB;
}
</style>
border-color css
<style>
span { border-color: #667AAB; }
span { border-color: rgb(102,122,171); }
td.TdClassName
{
border-color: #667AAB;
}
.TagClassName
{
border-color: #667AAB;
}
</style>