Shades of Chetwode Blue #667BAB
Tints of Chetwode Blue #667BAB
RGB
CMYK
RGB Variations
Color information
#667BAB (or 0x667BAB) is known color: Chetwode Blue. HEX triplet: 66, 7B and AB. RGB value is (102,123,171). Sum of RGB (Red+Green+Blue) = 102+123+171=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #667BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAB is #998454. Grayscale: #797979. Windows color (decimal): -10060885 or 11238246. OLE color: 11238246.
HSL color Cylindrical-coordinate representation of color #667BAB: hue angle of 221.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667BAB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 123 | 171 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.33 |
| HSL | 221.74º | 0.29% | 0.54% | - |
| HSV(B) | 221.74º | 0.4% | 0.67% | - |
| XYZ | 19.91 | 19.93 | 41.33 | - |
| YUV | 122.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 171 | 0.40 | 0.28 | 0 | 0.33 | 221.74 | 0.29 | 0.54 |
| Hex | 66 | 7B | AB | 28 | 1C | 0 | 21 | DE | 1D | 36 |
| Octal | 146 | 173 | 253 | 50 | 34 | 0 | 41 | 336 | 35 | 66 |
| Binary | 1100110 | 1111011 | 10101011 | 101000 | 11100 | 0 | 100001 | 11011110 | 11101 | 110110 |
Color Harmonies of #667BAB
Complementary color
Monochromatic Colors of #667BAB
Black with #667BAB
Text Example
Text Example
White with #667BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BAB; }
p { color: rgb(102,123,171); }
H1.HeaderClassName
{
color: #667BAB;
}
.AnyTagClassName
{
color: #667BAB;
}
</style>
background-color css
<style>
a { background-color: #667BAB; }
a { background-color: rgb(102,123,171); }
div.DivClassName
{
background-color: #667BAB;
}
.BgClassName
{
background-color: #667BAB;
}
</style>
border-color css
<style>
span { border-color: #667BAB; }
span { border-color: rgb(102,123,171); }
td.TdClassName
{
border-color: #667BAB;
}
.TagClassName
{
border-color: #667BAB;
}
</style>