Shades of Chetwode Blue #667AB2
Tints of Chetwode Blue #667AB2
RGB
CMYK
RGB Variations
Color information
#667AB2 (or 0x667AB2) is known color: Chetwode Blue. HEX triplet: 66, 7A and B2. RGB value is (102,122,178). Sum of RGB (Red+Green+Blue) = 102+122+178=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #667AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667AB2 is #99854D. Grayscale: #7A7A7A. Windows color (decimal): -10061134 or 11696742. OLE color: 11696742.
HSL color Cylindrical-coordinate representation of color #667AB2: hue angle of 224.21º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667AB2 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 122 | 178 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.30 |
| HSL | 224.21º | 0.33% | 0.55% | - |
| HSV(B) | 224.21º | 0.43% | 0.7% | - |
| XYZ | 20.47 | 19.96 | 44.89 | - |
| YUV | 122.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 178 | 0.43 | 0.31 | 0 | 0.30 | 224.21 | 0.33 | 0.55 |
| Hex | 66 | 7A | B2 | 2B | 1F | 0 | 1E | E0 | 21 | 37 |
| Octal | 146 | 172 | 262 | 53 | 37 | 0 | 36 | 340 | 41 | 67 |
| Binary | 1100110 | 1111010 | 10110010 | 101011 | 11111 | 0 | 11110 | 11100000 | 100001 | 110111 |
Color Harmonies of #667AB2
Complementary color
Monochromatic Colors of #667AB2
Black with #667AB2
Text Example
Text Example
White with #667AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AB2; }
p { color: rgb(102,122,178); }
H1.HeaderClassName
{
color: #667AB2;
}
.AnyTagClassName
{
color: #667AB2;
}
</style>
background-color css
<style>
a { background-color: #667AB2; }
a { background-color: rgb(102,122,178); }
div.DivClassName
{
background-color: #667AB2;
}
.BgClassName
{
background-color: #667AB2;
}
</style>
border-color css
<style>
span { border-color: #667AB2; }
span { border-color: rgb(102,122,178); }
td.TdClassName
{
border-color: #667AB2;
}
.TagClassName
{
border-color: #667AB2;
}
</style>