Shades of Chetwode Blue #687EBA
Tints of Chetwode Blue #687EBA
RGB
CMYK
RGB Variations
Color information
#687EBA (or 0x687EBA) is known color: Chetwode Blue. HEX triplet: 68, 7E and BA. RGB value is (104,126,186). Sum of RGB (Red+Green+Blue) = 104+126+186=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #687EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EBA is #978145. Grayscale: #7E7E7E. Windows color (decimal): -9929030 or 12222056. OLE color: 12222056.
HSL color Cylindrical-coordinate representation of color #687EBA: hue angle of 223.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #687EBA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 126 | 186 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.27 |
| HSL | 223.9º | 0.37% | 0.57% | - |
| HSV(B) | 223.9º | 0.44% | 0.73% | - |
| XYZ | 22.03 | 21.41 | 49.43 | - |
| YUV | 126.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 186 | 0.44 | 0.32 | 0 | 0.27 | 223.9 | 0.37 | 0.57 |
| Hex | 68 | 7E | BA | 2C | 20 | 0 | 1B | E0 | 25 | 39 |
| Octal | 150 | 176 | 272 | 54 | 40 | 0 | 33 | 340 | 45 | 71 |
| Binary | 1101000 | 1111110 | 10111010 | 101100 | 100000 | 0 | 11011 | 11100000 | 100101 | 111001 |
Color Harmonies of #687EBA
Complementary color
Monochromatic Colors of #687EBA
Black with #687EBA
Text Example
Text Example
White with #687EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EBA; }
p { color: rgb(104,126,186); }
H1.HeaderClassName
{
color: #687EBA;
}
.AnyTagClassName
{
color: #687EBA;
}
</style>
background-color css
<style>
a { background-color: #687EBA; }
a { background-color: rgb(104,126,186); }
div.DivClassName
{
background-color: #687EBA;
}
.BgClassName
{
background-color: #687EBA;
}
</style>
border-color css
<style>
span { border-color: #687EBA; }
span { border-color: rgb(104,126,186); }
td.TdClassName
{
border-color: #687EBA;
}
.TagClassName
{
border-color: #687EBA;
}
</style>