Shades of Chetwode Blue #667AB4
Tints of Chetwode Blue #667AB4
RGB
CMYK
RGB Variations
Color information
#667AB4 (or 0x667AB4) is known color: Chetwode Blue. HEX triplet: 66, 7A and B4. RGB value is (102,122,180). Sum of RGB (Red+Green+Blue) = 102+122+180=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #667AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AB4 is #99854B. Grayscale: #7A7A7A. Windows color (decimal): -10061132 or 11827814. OLE color: 11827814.
HSL color Cylindrical-coordinate representation of color #667AB4: hue angle of 224.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667AB4 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 122 | 180 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.29 |
| HSL | 224.62º | 0.34% | 0.55% | - |
| HSV(B) | 224.62º | 0.43% | 0.71% | - |
| XYZ | 20.68 | 20.04 | 45.96 | - |
| YUV | 122.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 180 | 0.43 | 0.32 | 0 | 0.29 | 224.62 | 0.34 | 0.55 |
| Hex | 66 | 7A | B4 | 2B | 20 | 0 | 1D | E1 | 22 | 37 |
| Octal | 146 | 172 | 264 | 53 | 40 | 0 | 35 | 341 | 42 | 67 |
| Binary | 1100110 | 1111010 | 10110100 | 101011 | 100000 | 0 | 11101 | 11100001 | 100010 | 110111 |
Color Harmonies of #667AB4
Complementary color
Monochromatic Colors of #667AB4
Black with #667AB4
Text Example
Text Example
White with #667AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AB4; }
p { color: rgb(102,122,180); }
H1.HeaderClassName
{
color: #667AB4;
}
.AnyTagClassName
{
color: #667AB4;
}
</style>
background-color css
<style>
a { background-color: #667AB4; }
a { background-color: rgb(102,122,180); }
div.DivClassName
{
background-color: #667AB4;
}
.BgClassName
{
background-color: #667AB4;
}
</style>
border-color css
<style>
span { border-color: #667AB4; }
span { border-color: rgb(102,122,180); }
td.TdClassName
{
border-color: #667AB4;
}
.TagClassName
{
border-color: #667AB4;
}
</style>