Shades of Chetwode Blue #667DB0
Tints of Chetwode Blue #667DB0
RGB
CMYK
RGB Variations
Color information
#667DB0 (or 0x667DB0) is known color: Chetwode Blue. HEX triplet: 66, 7D and B0. RGB value is (102,125,176). Sum of RGB (Red+Green+Blue) = 102+125+176=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #667DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DB0 is #99824F. Grayscale: #7B7B7B. Windows color (decimal): -10060368 or 11566438. OLE color: 11566438.
HSL color Cylindrical-coordinate representation of color #667DB0: hue angle of 221.35º 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 #667DB0 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 125 | 176 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.31 |
| HSL | 221.35º | 0.32% | 0.55% | - |
| HSV(B) | 221.35º | 0.42% | 0.69% | - |
| XYZ | 20.65 | 20.63 | 43.97 | - |
| YUV | 123.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 176 | 0.42 | 0.29 | 0 | 0.31 | 221.35 | 0.32 | 0.55 |
| Hex | 66 | 7D | B0 | 2A | 1D | 0 | 1F | DD | 20 | 37 |
| Octal | 146 | 175 | 260 | 52 | 35 | 0 | 37 | 335 | 40 | 67 |
| Binary | 1100110 | 1111101 | 10110000 | 101010 | 11101 | 0 | 11111 | 11011101 | 100000 | 110111 |
Color Harmonies of #667DB0
Complementary color
Monochromatic Colors of #667DB0
Black with #667DB0
Text Example
Text Example
White with #667DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DB0; }
p { color: rgb(102,125,176); }
H1.HeaderClassName
{
color: #667DB0;
}
.AnyTagClassName
{
color: #667DB0;
}
</style>
background-color css
<style>
a { background-color: #667DB0; }
a { background-color: rgb(102,125,176); }
div.DivClassName
{
background-color: #667DB0;
}
.BgClassName
{
background-color: #667DB0;
}
</style>
border-color css
<style>
span { border-color: #667DB0; }
span { border-color: rgb(102,125,176); }
td.TdClassName
{
border-color: #667DB0;
}
.TagClassName
{
border-color: #667DB0;
}
</style>