Shades of Chetwode Blue #687DBD
Tints of Chetwode Blue #687DBD
RGB
CMYK
RGB Variations
Color information
#687DBD (or 0x687DBD) is known color: Chetwode Blue. HEX triplet: 68, 7D and BD. RGB value is (104,125,189). Sum of RGB (Red+Green+Blue) = 104+125+189=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #687DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DBD is #978242. Grayscale: #7D7D7D. Windows color (decimal): -9929283 or 12418408. OLE color: 12418408.
HSL color Cylindrical-coordinate representation of color #687DBD: hue angle of 225.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #687DBD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 125 | 189 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.26 |
| HSL | 225.18º | 0.39% | 0.57% | - |
| HSV(B) | 225.18º | 0.45% | 0.74% | - |
| XYZ | 22.23 | 21.28 | 51.08 | - |
| YUV | 126.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 189 | 0.45 | 0.34 | 0 | 0.26 | 225.18 | 0.39 | 0.57 |
| Hex | 68 | 7D | BD | 2D | 22 | 0 | 1A | E1 | 27 | 39 |
| Octal | 150 | 175 | 275 | 55 | 42 | 0 | 32 | 341 | 47 | 71 |
| Binary | 1101000 | 1111101 | 10111101 | 101101 | 100010 | 0 | 11010 | 11100001 | 100111 | 111001 |
Color Harmonies of #687DBD
Complementary color
Monochromatic Colors of #687DBD
Black with #687DBD
Text Example
Text Example
White with #687DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DBD; }
p { color: rgb(104,125,189); }
H1.HeaderClassName
{
color: #687DBD;
}
.AnyTagClassName
{
color: #687DBD;
}
</style>
background-color css
<style>
a { background-color: #687DBD; }
a { background-color: rgb(104,125,189); }
div.DivClassName
{
background-color: #687DBD;
}
.BgClassName
{
background-color: #687DBD;
}
</style>
border-color css
<style>
span { border-color: #687DBD; }
span { border-color: rgb(104,125,189); }
td.TdClassName
{
border-color: #687DBD;
}
.TagClassName
{
border-color: #687DBD;
}
</style>