Shades of Chetwode Blue #667BAE
Tints of Chetwode Blue #667BAE
RGB
CMYK
RGB Variations
Color information
#667BAE (or 0x667BAE) is known color: Chetwode Blue. HEX triplet: 66, 7B and AE. RGB value is (102,123,174). Sum of RGB (Red+Green+Blue) = 102+123+174=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #667BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAE is #998451. Grayscale: #7A7A7A. Windows color (decimal): -10060882 or 11434854. OLE color: 11434854.
HSL color Cylindrical-coordinate representation of color #667BAE: hue angle of 222.5º degrees, saturation: 0.31, 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 #667BAE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 123 | 174 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.32 |
| HSL | 222.5º | 0.31% | 0.54% | - |
| HSV(B) | 222.5º | 0.41% | 0.68% | - |
| XYZ | 20.2 | 20.05 | 42.85 | - |
| YUV | 122.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 174 | 0.41 | 0.29 | 0 | 0.32 | 222.5 | 0.31 | 0.54 |
| Hex | 66 | 7B | AE | 29 | 1D | 0 | 20 | DE | 1F | 36 |
| Octal | 146 | 173 | 256 | 51 | 35 | 0 | 40 | 336 | 37 | 66 |
| Binary | 1100110 | 1111011 | 10101110 | 101001 | 11101 | 0 | 100000 | 11011110 | 11111 | 110110 |
Color Harmonies of #667BAE
Complementary color
Monochromatic Colors of #667BAE
Black with #667BAE
Text Example
Text Example
White with #667BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BAE; }
p { color: rgb(102,123,174); }
H1.HeaderClassName
{
color: #667BAE;
}
.AnyTagClassName
{
color: #667BAE;
}
</style>
background-color css
<style>
a { background-color: #667BAE; }
a { background-color: rgb(102,123,174); }
div.DivClassName
{
background-color: #667BAE;
}
.BgClassName
{
background-color: #667BAE;
}
</style>
border-color css
<style>
span { border-color: #667BAE; }
span { border-color: rgb(102,123,174); }
td.TdClassName
{
border-color: #667BAE;
}
.TagClassName
{
border-color: #667BAE;
}
</style>