Shades of Chetwode Blue #667CAF
Tints of Chetwode Blue #667CAF
RGB
CMYK
RGB Variations
Color information
#667CAF (or 0x667CAF) is known color: Chetwode Blue. HEX triplet: 66, 7C and AF. RGB value is (102,124,175). Sum of RGB (Red+Green+Blue) = 102+124+175=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #667CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CAF is #998350. Grayscale: #7B7B7B. Windows color (decimal): -10060625 or 11500646. OLE color: 11500646.
HSL color Cylindrical-coordinate representation of color #667CAF: hue angle of 221.92º 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 #667CAF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 124 | 175 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.31 |
| HSL | 221.92º | 0.31% | 0.54% | - |
| HSV(B) | 221.92º | 0.42% | 0.69% | - |
| XYZ | 20.43 | 20.34 | 43.41 | - |
| YUV | 123.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 175 | 0.42 | 0.29 | 0 | 0.31 | 221.92 | 0.31 | 0.54 |
| Hex | 66 | 7C | AF | 2A | 1D | 0 | 1F | DE | 1F | 36 |
| Octal | 146 | 174 | 257 | 52 | 35 | 0 | 37 | 336 | 37 | 66 |
| Binary | 1100110 | 1111100 | 10101111 | 101010 | 11101 | 0 | 11111 | 11011110 | 11111 | 110110 |
Color Harmonies of #667CAF
Complementary color
Monochromatic Colors of #667CAF
Black with #667CAF
Text Example
Text Example
White with #667CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CAF; }
p { color: rgb(102,124,175); }
H1.HeaderClassName
{
color: #667CAF;
}
.AnyTagClassName
{
color: #667CAF;
}
</style>
background-color css
<style>
a { background-color: #667CAF; }
a { background-color: rgb(102,124,175); }
div.DivClassName
{
background-color: #667CAF;
}
.BgClassName
{
background-color: #667CAF;
}
</style>
border-color css
<style>
span { border-color: #667CAF; }
span { border-color: rgb(102,124,175); }
td.TdClassName
{
border-color: #667CAF;
}
.TagClassName
{
border-color: #667CAF;
}
</style>