Shades of Chetwode Blue #667CB5
Tints of Chetwode Blue #667CB5
RGB
CMYK
RGB Variations
Color information
#667CB5 (or 0x667CB5) is known color: Chetwode Blue. HEX triplet: 66, 7C and B5. RGB value is (102,124,181). Sum of RGB (Red+Green+Blue) = 102+124+181=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #667CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CB5 is #99834A. Grayscale: #7B7B7B. Windows color (decimal): -10060619 or 11893862. OLE color: 11893862.
HSL color Cylindrical-coordinate representation of color #667CB5: hue angle of 223.29º 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 #667CB5 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 124 | 181 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.29 |
| HSL | 223.29º | 0.35% | 0.55% | - |
| HSV(B) | 223.29º | 0.44% | 0.71% | - |
| XYZ | 21.03 | 20.58 | 46.58 | - |
| YUV | 123.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 181 | 0.44 | 0.31 | 0 | 0.29 | 223.29 | 0.35 | 0.55 |
| Hex | 66 | 7C | B5 | 2C | 1F | 0 | 1D | DF | 23 | 37 |
| Octal | 146 | 174 | 265 | 54 | 37 | 0 | 35 | 337 | 43 | 67 |
| Binary | 1100110 | 1111100 | 10110101 | 101100 | 11111 | 0 | 11101 | 11011111 | 100011 | 110111 |
Color Harmonies of #667CB5
Complementary color
Monochromatic Colors of #667CB5
Black with #667CB5
Text Example
Text Example
White with #667CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CB5; }
p { color: rgb(102,124,181); }
H1.HeaderClassName
{
color: #667CB5;
}
.AnyTagClassName
{
color: #667CB5;
}
</style>
background-color css
<style>
a { background-color: #667CB5; }
a { background-color: rgb(102,124,181); }
div.DivClassName
{
background-color: #667CB5;
}
.BgClassName
{
background-color: #667CB5;
}
</style>
border-color css
<style>
span { border-color: #667CB5; }
span { border-color: rgb(102,124,181); }
td.TdClassName
{
border-color: #667CB5;
}
.TagClassName
{
border-color: #667CB5;
}
</style>