Shades of Chetwode Blue #667DB9
Tints of Chetwode Blue #667DB9
RGB
CMYK
RGB Variations
Color information
#667DB9 (or 0x667DB9) is known color: Chetwode Blue. HEX triplet: 66, 7D and B9. RGB value is (102,125,185). Sum of RGB (Red+Green+Blue) = 102+125+185=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #667DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DB9 is #998246. Grayscale: #7C7C7C. Windows color (decimal): -10060359 or 12156262. OLE color: 12156262.
HSL color Cylindrical-coordinate representation of color #667DB9: hue angle of 223.37º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667DB9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 125 | 185 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.27 |
| HSL | 223.37º | 0.37% | 0.56% | - |
| HSV(B) | 223.37º | 0.45% | 0.73% | - |
| XYZ | 21.57 | 20.99 | 48.81 | - |
| YUV | 124.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 185 | 0.45 | 0.32 | 0 | 0.27 | 223.37 | 0.37 | 0.56 |
| Hex | 66 | 7D | B9 | 2D | 20 | 0 | 1B | DF | 25 | 38 |
| Octal | 146 | 175 | 271 | 55 | 40 | 0 | 33 | 337 | 45 | 70 |
| Binary | 1100110 | 1111101 | 10111001 | 101101 | 100000 | 0 | 11011 | 11011111 | 100101 | 111000 |
Color Harmonies of #667DB9
Complementary color
Monochromatic Colors of #667DB9
Black with #667DB9
Text Example
Text Example
White with #667DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DB9; }
p { color: rgb(102,125,185); }
H1.HeaderClassName
{
color: #667DB9;
}
.AnyTagClassName
{
color: #667DB9;
}
</style>
background-color css
<style>
a { background-color: #667DB9; }
a { background-color: rgb(102,125,185); }
div.DivClassName
{
background-color: #667DB9;
}
.BgClassName
{
background-color: #667DB9;
}
</style>
border-color css
<style>
span { border-color: #667DB9; }
span { border-color: rgb(102,125,185); }
td.TdClassName
{
border-color: #667DB9;
}
.TagClassName
{
border-color: #667DB9;
}
</style>