Shades of Chetwode Blue #667CB4
Tints of Chetwode Blue #667CB4
RGB
CMYK
RGB Variations
Color information
#667CB4 (or 0x667CB4) is known color: Chetwode Blue. HEX triplet: 66, 7C and B4. RGB value is (102,124,180). Sum of RGB (Red+Green+Blue) = 102+124+180=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #667CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CB4 is #99834B. Grayscale: #7B7B7B. Windows color (decimal): -10060620 or 11828326. OLE color: 11828326.
HSL color Cylindrical-coordinate representation of color #667CB4: hue angle of 223.08º 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 #667CB4 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 124 | 180 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.29 |
| HSL | 223.08º | 0.34% | 0.55% | - |
| HSV(B) | 223.08º | 0.43% | 0.71% | - |
| XYZ | 20.93 | 20.54 | 46.04 | - |
| YUV | 123.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 180 | 0.43 | 0.31 | 0 | 0.29 | 223.08 | 0.34 | 0.55 |
| Hex | 66 | 7C | B4 | 2B | 1F | 0 | 1D | DF | 22 | 37 |
| Octal | 146 | 174 | 264 | 53 | 37 | 0 | 35 | 337 | 42 | 67 |
| Binary | 1100110 | 1111100 | 10110100 | 101011 | 11111 | 0 | 11101 | 11011111 | 100010 | 110111 |
Color Harmonies of #667CB4
Complementary color
Monochromatic Colors of #667CB4
Black with #667CB4
Text Example
Text Example
White with #667CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CB4; }
p { color: rgb(102,124,180); }
H1.HeaderClassName
{
color: #667CB4;
}
.AnyTagClassName
{
color: #667CB4;
}
</style>
background-color css
<style>
a { background-color: #667CB4; }
a { background-color: rgb(102,124,180); }
div.DivClassName
{
background-color: #667CB4;
}
.BgClassName
{
background-color: #667CB4;
}
</style>
border-color css
<style>
span { border-color: #667CB4; }
span { border-color: rgb(102,124,180); }
td.TdClassName
{
border-color: #667CB4;
}
.TagClassName
{
border-color: #667CB4;
}
</style>