Shades of Chetwode Blue #667AB5
Tints of Chetwode Blue #667AB5
RGB
CMYK
RGB Variations
Color information
#667AB5 (or 0x667AB5) is known color: Chetwode Blue. HEX triplet: 66, 7A and B5. RGB value is (102,122,181). Sum of RGB (Red+Green+Blue) = 102+122+181=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #667AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AB5 is #99854A. Grayscale: #7A7A7A. Windows color (decimal): -10061131 or 11893350. OLE color: 11893350.
HSL color Cylindrical-coordinate representation of color #667AB5: hue angle of 224.81º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667AB5 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 122 | 181 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.29 |
| HSL | 224.81º | 0.35% | 0.55% | - |
| HSV(B) | 224.81º | 0.44% | 0.71% | - |
| XYZ | 20.78 | 20.08 | 46.5 | - |
| YUV | 122.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 181 | 0.44 | 0.33 | 0 | 0.29 | 224.81 | 0.35 | 0.55 |
| Hex | 66 | 7A | B5 | 2C | 21 | 0 | 1D | E1 | 23 | 37 |
| Octal | 146 | 172 | 265 | 54 | 41 | 0 | 35 | 341 | 43 | 67 |
| Binary | 1100110 | 1111010 | 10110101 | 101100 | 100001 | 0 | 11101 | 11100001 | 100011 | 110111 |
Color Harmonies of #667AB5
Complementary color
Monochromatic Colors of #667AB5
Black with #667AB5
Text Example
Text Example
White with #667AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AB5; }
p { color: rgb(102,122,181); }
H1.HeaderClassName
{
color: #667AB5;
}
.AnyTagClassName
{
color: #667AB5;
}
</style>
background-color css
<style>
a { background-color: #667AB5; }
a { background-color: rgb(102,122,181); }
div.DivClassName
{
background-color: #667AB5;
}
.BgClassName
{
background-color: #667AB5;
}
</style>
border-color css
<style>
span { border-color: #667AB5; }
span { border-color: rgb(102,122,181); }
td.TdClassName
{
border-color: #667AB5;
}
.TagClassName
{
border-color: #667AB5;
}
</style>