Shades of Chetwode Blue #667BAF
Tints of Chetwode Blue #667BAF
RGB
CMYK
RGB Variations
Color information
#667BAF (or 0x667BAF) is known color: Chetwode Blue. HEX triplet: 66, 7B and AF. RGB value is (102,123,175). Sum of RGB (Red+Green+Blue) = 102+123+175=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #667BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BAF is #998450. Grayscale: #7A7A7A. Windows color (decimal): -10060881 or 11500390. OLE color: 11500390.
HSL color Cylindrical-coordinate representation of color #667BAF: hue angle of 222.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667BAF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 123 | 175 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.31 |
| HSL | 222.74º | 0.31% | 0.54% | - |
| HSV(B) | 222.74º | 0.42% | 0.69% | - |
| XYZ | 20.3 | 20.09 | 43.36 | - |
| YUV | 122.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 175 | 0.42 | 0.30 | 0 | 0.31 | 222.74 | 0.31 | 0.54 |
| Hex | 66 | 7B | AF | 2A | 1E | 0 | 1F | DF | 1F | 36 |
| Octal | 146 | 173 | 257 | 52 | 36 | 0 | 37 | 337 | 37 | 66 |
| Binary | 1100110 | 1111011 | 10101111 | 101010 | 11110 | 0 | 11111 | 11011111 | 11111 | 110110 |
Color Harmonies of #667BAF
Complementary color
Monochromatic Colors of #667BAF
Black with #667BAF
Text Example
Text Example
White with #667BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BAF; }
p { color: rgb(102,123,175); }
H1.HeaderClassName
{
color: #667BAF;
}
.AnyTagClassName
{
color: #667BAF;
}
</style>
background-color css
<style>
a { background-color: #667BAF; }
a { background-color: rgb(102,123,175); }
div.DivClassName
{
background-color: #667BAF;
}
.BgClassName
{
background-color: #667BAF;
}
</style>
border-color css
<style>
span { border-color: #667BAF; }
span { border-color: rgb(102,123,175); }
td.TdClassName
{
border-color: #667BAF;
}
.TagClassName
{
border-color: #667BAF;
}
</style>