Shades of Chetwode Blue #667BAA
Tints of Chetwode Blue #667BAA
RGB
CMYK
RGB Variations
Color information
#667BAA (or 0x667BAA) is known color: Chetwode Blue. HEX triplet: 66, 7B and AA. RGB value is (102,123,170). Sum of RGB (Red+Green+Blue) = 102+123+170=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #667BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAA is #998455. Grayscale: #797979. Windows color (decimal): -10060886 or 11172710. OLE color: 11172710.
HSL color Cylindrical-coordinate representation of color #667BAA: hue angle of 221.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667BAA is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 123 | 170 | - |
| CMYK | 0.4 | 0.28 | 0 | 0.33 |
| HSL | 221.47º | 0.29% | 0.53% | - |
| HSV(B) | 221.47º | 0.4% | 0.67% | - |
| XYZ | 19.82 | 19.89 | 40.83 | - |
| YUV | 122.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 170 | 0.4 | 0.28 | 0 | 0.33 | 221.47 | 0.29 | 0.53 |
| Hex | 66 | 7B | AA | 28 | 1C | 0 | 21 | DD | 1D | 35 |
| Octal | 146 | 173 | 252 | 50 | 34 | 0 | 41 | 335 | 35 | 65 |
| Binary | 1100110 | 1111011 | 10101010 | 101000 | 11100 | 0 | 100001 | 11011101 | 11101 | 110101 |
Color Harmonies of #667BAA
Complementary color
Monochromatic Colors of #667BAA
Black with #667BAA
Text Example
Text Example
White with #667BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BAA; }
p { color: rgb(102,123,170); }
H1.HeaderClassName
{
color: #667BAA;
}
.AnyTagClassName
{
color: #667BAA;
}
</style>
background-color css
<style>
a { background-color: #667BAA; }
a { background-color: rgb(102,123,170); }
div.DivClassName
{
background-color: #667BAA;
}
.BgClassName
{
background-color: #667BAA;
}
</style>
border-color css
<style>
span { border-color: #667BAA; }
span { border-color: rgb(102,123,170); }
td.TdClassName
{
border-color: #667BAA;
}
.TagClassName
{
border-color: #667BAA;
}
</style>