Shades of Chetwode Blue #667AAF
Tints of Chetwode Blue #667AAF
RGB
CMYK
RGB Variations
Color information
#667AAF (or 0x667AAF) is known color: Chetwode Blue. HEX triplet: 66, 7A and AF. RGB value is (102,122,175). Sum of RGB (Red+Green+Blue) = 102+122+175=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #667AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AAF is #998550. Grayscale: #797979. Windows color (decimal): -10061137 or 11500134. OLE color: 11500134.
HSL color Cylindrical-coordinate representation of color #667AAF: hue angle of 223.56º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667AAF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 122 | 175 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.31 |
| HSL | 223.56º | 0.31% | 0.54% | - |
| HSV(B) | 223.56º | 0.42% | 0.69% | - |
| XYZ | 20.18 | 19.84 | 43.32 | - |
| YUV | 122.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 175 | 0.42 | 0.30 | 0 | 0.31 | 223.56 | 0.31 | 0.54 |
| Hex | 66 | 7A | AF | 2A | 1E | 0 | 1F | E0 | 1F | 36 |
| Octal | 146 | 172 | 257 | 52 | 36 | 0 | 37 | 340 | 37 | 66 |
| Binary | 1100110 | 1111010 | 10101111 | 101010 | 11110 | 0 | 11111 | 11100000 | 11111 | 110110 |
Color Harmonies of #667AAF
Complementary color
Monochromatic Colors of #667AAF
Black with #667AAF
Text Example
Text Example
White with #667AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AAF; }
p { color: rgb(102,122,175); }
H1.HeaderClassName
{
color: #667AAF;
}
.AnyTagClassName
{
color: #667AAF;
}
</style>
background-color css
<style>
a { background-color: #667AAF; }
a { background-color: rgb(102,122,175); }
div.DivClassName
{
background-color: #667AAF;
}
.BgClassName
{
background-color: #667AAF;
}
</style>
border-color css
<style>
span { border-color: #667AAF; }
span { border-color: rgb(102,122,175); }
td.TdClassName
{
border-color: #667AAF;
}
.TagClassName
{
border-color: #667AAF;
}
</style>