Shades of Chetwode Blue #667DBD
Tints of Chetwode Blue #667DBD
RGB
CMYK
RGB Variations
Color information
#667DBD (or 0x667DBD) is known color: Chetwode Blue. HEX triplet: 66, 7D and BD. RGB value is (102,125,189). Sum of RGB (Red+Green+Blue) = 102+125+189=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #667DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBD is #998242. Grayscale: #7D7D7D. Windows color (decimal): -10060355 or 12418406. OLE color: 12418406.
HSL color Cylindrical-coordinate representation of color #667DBD: hue angle of 224.14º degrees, saturation: 0.4, 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 #667DBD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 125 | 189 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.26 |
| HSL | 224.14º | 0.4% | 0.57% | - |
| HSV(B) | 224.14º | 0.46% | 0.74% | - |
| XYZ | 22 | 21.17 | 51.07 | - |
| YUV | 125.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 189 | 0.46 | 0.34 | 0 | 0.26 | 224.14 | 0.4 | 0.57 |
| Hex | 66 | 7D | BD | 2E | 22 | 0 | 1A | E0 | 28 | 39 |
| Octal | 146 | 175 | 275 | 56 | 42 | 0 | 32 | 340 | 50 | 71 |
| Binary | 1100110 | 1111101 | 10111101 | 101110 | 100010 | 0 | 11010 | 11100000 | 101000 | 111001 |
Color Harmonies of #667DBD
Complementary color
Monochromatic Colors of #667DBD
Black with #667DBD
Text Example
Text Example
White with #667DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DBD; }
p { color: rgb(102,125,189); }
H1.HeaderClassName
{
color: #667DBD;
}
.AnyTagClassName
{
color: #667DBD;
}
</style>
background-color css
<style>
a { background-color: #667DBD; }
a { background-color: rgb(102,125,189); }
div.DivClassName
{
background-color: #667DBD;
}
.BgClassName
{
background-color: #667DBD;
}
</style>
border-color css
<style>
span { border-color: #667DBD; }
span { border-color: rgb(102,125,189); }
td.TdClassName
{
border-color: #667DBD;
}
.TagClassName
{
border-color: #667DBD;
}
</style>