Shades of Chetwode Blue #667AB6
Tints of Chetwode Blue #667AB6
RGB
CMYK
RGB Variations
Color information
#667AB6 (or 0x667AB6) is known color: Chetwode Blue. HEX triplet: 66, 7A and B6. RGB value is (102,122,182). Sum of RGB (Red+Green+Blue) = 102+122+182=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #667AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667AB6 is #998549. Grayscale: #7A7A7A. Windows color (decimal): -10061130 or 11958886. OLE color: 11958886.
HSL color Cylindrical-coordinate representation of color #667AB6: hue angle of 225º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667AB6 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 122 | 182 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.29 |
| HSL | 225º | 0.35% | 0.56% | - |
| HSV(B) | 225º | 0.44% | 0.71% | - |
| XYZ | 20.88 | 20.12 | 47.04 | - |
| YUV | 122.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 182 | 0.44 | 0.33 | 0 | 0.29 | 225 | 0.35 | 0.56 |
| Hex | 66 | 7A | B6 | 2C | 21 | 0 | 1D | E1 | 23 | 38 |
| Octal | 146 | 172 | 266 | 54 | 41 | 0 | 35 | 341 | 43 | 70 |
| Binary | 1100110 | 1111010 | 10110110 | 101100 | 100001 | 0 | 11101 | 11100001 | 100011 | 111000 |
Color Harmonies of #667AB6
Complementary color
Monochromatic Colors of #667AB6
Black with #667AB6
Text Example
Text Example
White with #667AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667AB6; }
p { color: rgb(102,122,182); }
H1.HeaderClassName
{
color: #667AB6;
}
.AnyTagClassName
{
color: #667AB6;
}
</style>
background-color css
<style>
a { background-color: #667AB6; }
a { background-color: rgb(102,122,182); }
div.DivClassName
{
background-color: #667AB6;
}
.BgClassName
{
background-color: #667AB6;
}
</style>
border-color css
<style>
span { border-color: #667AB6; }
span { border-color: rgb(102,122,182); }
td.TdClassName
{
border-color: #667AB6;
}
.TagClassName
{
border-color: #667AB6;
}
</style>