Shades of Chetwode Blue #667DBF
Tints of Chetwode Blue #667DBF
RGB
CMYK
RGB Variations
Color information
#667DBF (or 0x667DBF) is known color: Chetwode Blue. HEX triplet: 66, 7D and BF. RGB value is (102,125,191). Sum of RGB (Red+Green+Blue) = 102+125+191=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #667DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBF is #998240. Grayscale: #7D7D7D. Windows color (decimal): -10060353 or 12549478. OLE color: 12549478.
HSL color Cylindrical-coordinate representation of color #667DBF: hue angle of 224.49º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667DBF is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 125 | 191 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.25 |
| HSL | 224.49º | 0.41% | 0.57% | - |
| HSV(B) | 224.49º | 0.47% | 0.75% | - |
| XYZ | 22.22 | 21.25 | 52.22 | - |
| YUV | 125.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 191 | 0.47 | 0.35 | 0 | 0.25 | 224.49 | 0.41 | 0.57 |
| Hex | 66 | 7D | BF | 2F | 23 | 0 | 19 | E0 | 29 | 39 |
| Octal | 146 | 175 | 277 | 57 | 43 | 0 | 31 | 340 | 51 | 71 |
| Binary | 1100110 | 1111101 | 10111111 | 101111 | 100011 | 0 | 11001 | 11100000 | 101001 | 111001 |
Color Harmonies of #667DBF
Complementary color
Monochromatic Colors of #667DBF
Black with #667DBF
Text Example
Text Example
White with #667DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DBF; }
p { color: rgb(102,125,191); }
H1.HeaderClassName
{
color: #667DBF;
}
.AnyTagClassName
{
color: #667DBF;
}
</style>
background-color css
<style>
a { background-color: #667DBF; }
a { background-color: rgb(102,125,191); }
div.DivClassName
{
background-color: #667DBF;
}
.BgClassName
{
background-color: #667DBF;
}
</style>
border-color css
<style>
span { border-color: #667DBF; }
span { border-color: rgb(102,125,191); }
td.TdClassName
{
border-color: #667DBF;
}
.TagClassName
{
border-color: #667DBF;
}
</style>