Shades of Chetwode Blue #667ABB
Tints of Chetwode Blue #667ABB
RGB
CMYK
RGB Variations
Color information
#667ABB (or 0x667ABB) is known color: Chetwode Blue. HEX triplet: 66, 7A and BB. RGB value is (102,122,187). Sum of RGB (Red+Green+Blue) = 102+122+187=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #667ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667ABB is #998544. Grayscale: #7B7B7B. Windows color (decimal): -10061125 or 12286566. OLE color: 12286566.
HSL color Cylindrical-coordinate representation of color #667ABB: hue angle of 225.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667ABB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 122 | 187 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.27 |
| HSL | 225.88º | 0.38% | 0.57% | - |
| HSV(B) | 225.88º | 0.45% | 0.73% | - |
| XYZ | 21.41 | 20.33 | 49.81 | - |
| YUV | 123.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 187 | 0.45 | 0.35 | 0 | 0.27 | 225.88 | 0.38 | 0.57 |
| Hex | 66 | 7A | BB | 2D | 23 | 0 | 1B | E2 | 26 | 39 |
| Octal | 146 | 172 | 273 | 55 | 43 | 0 | 33 | 342 | 46 | 71 |
| Binary | 1100110 | 1111010 | 10111011 | 101101 | 100011 | 0 | 11011 | 11100010 | 100110 | 111001 |
Color Harmonies of #667ABB
Complementary color
Monochromatic Colors of #667ABB
Black with #667ABB
Text Example
Text Example
White with #667ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667ABB; }
p { color: rgb(102,122,187); }
H1.HeaderClassName
{
color: #667ABB;
}
.AnyTagClassName
{
color: #667ABB;
}
</style>
background-color css
<style>
a { background-color: #667ABB; }
a { background-color: rgb(102,122,187); }
div.DivClassName
{
background-color: #667ABB;
}
.BgClassName
{
background-color: #667ABB;
}
</style>
border-color css
<style>
span { border-color: #667ABB; }
span { border-color: rgb(102,122,187); }
td.TdClassName
{
border-color: #667ABB;
}
.TagClassName
{
border-color: #667ABB;
}
</style>