Shades of Chetwode Blue #667BBC
Tints of Chetwode Blue #667BBC
RGB
CMYK
RGB Variations
Color information
#667BBC (or 0x667BBC) is known color: Chetwode Blue. HEX triplet: 66, 7B and BC. RGB value is (102,123,188). Sum of RGB (Red+Green+Blue) = 102+123+188=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #667BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BBC is #998443. Grayscale: #7B7B7B. Windows color (decimal): -10060868 or 12352358. OLE color: 12352358.
HSL color Cylindrical-coordinate representation of color #667BBC: hue angle of 225.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667BBC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 123 | 188 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.26 |
| HSL | 225.35º | 0.39% | 0.57% | - |
| HSV(B) | 225.35º | 0.46% | 0.74% | - |
| XYZ | 21.64 | 20.62 | 50.42 | - |
| YUV | 124.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 188 | 0.46 | 0.35 | 0 | 0.26 | 225.35 | 0.39 | 0.57 |
| Hex | 66 | 7B | BC | 2E | 23 | 0 | 1A | E1 | 27 | 39 |
| Octal | 146 | 173 | 274 | 56 | 43 | 0 | 32 | 341 | 47 | 71 |
| Binary | 1100110 | 1111011 | 10111100 | 101110 | 100011 | 0 | 11010 | 11100001 | 100111 | 111001 |
Color Harmonies of #667BBC
Complementary color
Monochromatic Colors of #667BBC
Black with #667BBC
Text Example
Text Example
White with #667BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BBC; }
p { color: rgb(102,123,188); }
H1.HeaderClassName
{
color: #667BBC;
}
.AnyTagClassName
{
color: #667BBC;
}
</style>
background-color css
<style>
a { background-color: #667BBC; }
a { background-color: rgb(102,123,188); }
div.DivClassName
{
background-color: #667BBC;
}
.BgClassName
{
background-color: #667BBC;
}
</style>
border-color css
<style>
span { border-color: #667BBC; }
span { border-color: rgb(102,123,188); }
td.TdClassName
{
border-color: #667BBC;
}
.TagClassName
{
border-color: #667BBC;
}
</style>