Shades of Chetwode Blue #667DBC
Tints of Chetwode Blue #667DBC
RGB
CMYK
RGB Variations
Color information
#667DBC (or 0x667DBC) is known color: Chetwode Blue. HEX triplet: 66, 7D and BC. RGB value is (102,125,188). Sum of RGB (Red+Green+Blue) = 102+125+188=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #667DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBC is #998243. Grayscale: #7D7D7D. Windows color (decimal): -10060356 or 12352870. OLE color: 12352870.
HSL color Cylindrical-coordinate representation of color #667DBC: hue angle of 223.95º 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 #667DBC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 125 | 188 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.26 |
| HSL | 223.95º | 0.39% | 0.57% | - |
| HSV(B) | 223.95º | 0.46% | 0.74% | - |
| XYZ | 21.89 | 21.12 | 50.5 | - |
| YUV | 125.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 188 | 0.46 | 0.34 | 0 | 0.26 | 223.95 | 0.39 | 0.57 |
| Hex | 66 | 7D | BC | 2E | 22 | 0 | 1A | E0 | 27 | 39 |
| Octal | 146 | 175 | 274 | 56 | 42 | 0 | 32 | 340 | 47 | 71 |
| Binary | 1100110 | 1111101 | 10111100 | 101110 | 100010 | 0 | 11010 | 11100000 | 100111 | 111001 |
Color Harmonies of #667DBC
Complementary color
Monochromatic Colors of #667DBC
Black with #667DBC
Text Example
Text Example
White with #667DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DBC; }
p { color: rgb(102,125,188); }
H1.HeaderClassName
{
color: #667DBC;
}
.AnyTagClassName
{
color: #667DBC;
}
</style>
background-color css
<style>
a { background-color: #667DBC; }
a { background-color: rgb(102,125,188); }
div.DivClassName
{
background-color: #667DBC;
}
.BgClassName
{
background-color: #667DBC;
}
</style>
border-color css
<style>
span { border-color: #667DBC; }
span { border-color: rgb(102,125,188); }
td.TdClassName
{
border-color: #667DBC;
}
.TagClassName
{
border-color: #667DBC;
}
</style>