Shades of Chetwode Blue #667CB1
Tints of Chetwode Blue #667CB1
RGB
CMYK
RGB Variations
Color information
#667CB1 (or 0x667CB1) is known color: Chetwode Blue. HEX triplet: 66, 7C and B1. RGB value is (102,124,177). Sum of RGB (Red+Green+Blue) = 102+124+177=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #667CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CB1 is #99834E. Grayscale: #7B7B7B. Windows color (decimal): -10060623 or 11631718. OLE color: 11631718.
HSL color Cylindrical-coordinate representation of color #667CB1: hue angle of 222.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667CB1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 124 | 177 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.31 |
| HSL | 222.4º | 0.32% | 0.55% | - |
| HSV(B) | 222.4º | 0.42% | 0.69% | - |
| XYZ | 20.62 | 20.41 | 44.45 | - |
| YUV | 123.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 177 | 0.42 | 0.30 | 0 | 0.31 | 222.4 | 0.32 | 0.55 |
| Hex | 66 | 7C | B1 | 2A | 1E | 0 | 1F | DE | 20 | 37 |
| Octal | 146 | 174 | 261 | 52 | 36 | 0 | 37 | 336 | 40 | 67 |
| Binary | 1100110 | 1111100 | 10110001 | 101010 | 11110 | 0 | 11111 | 11011110 | 100000 | 110111 |
Color Harmonies of #667CB1
Complementary color
Monochromatic Colors of #667CB1
Black with #667CB1
Text Example
Text Example
White with #667CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CB1; }
p { color: rgb(102,124,177); }
H1.HeaderClassName
{
color: #667CB1;
}
.AnyTagClassName
{
color: #667CB1;
}
</style>
background-color css
<style>
a { background-color: #667CB1; }
a { background-color: rgb(102,124,177); }
div.DivClassName
{
background-color: #667CB1;
}
.BgClassName
{
background-color: #667CB1;
}
</style>
border-color css
<style>
span { border-color: #667CB1; }
span { border-color: rgb(102,124,177); }
td.TdClassName
{
border-color: #667CB1;
}
.TagClassName
{
border-color: #667CB1;
}
</style>