Shades of Chetwode Blue #687EC0
Tints of Chetwode Blue #687EC0
RGB
CMYK
RGB Variations
Color information
#687EC0 (or 0x687EC0) is known color: Chetwode Blue. HEX triplet: 68, 7E and C0. RGB value is (104,126,192). Sum of RGB (Red+Green+Blue) = 104+126+192=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #687EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EC0 is #97813F. Grayscale: #7E7E7E. Windows color (decimal): -9929024 or 12615272. OLE color: 12615272.
HSL color Cylindrical-coordinate representation of color #687EC0: hue angle of 225º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687EC0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 126 | 192 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.25 |
| HSL | 225º | 0.41% | 0.58% | - |
| HSV(B) | 225º | 0.46% | 0.75% | - |
| XYZ | 22.68 | 21.67 | 52.86 | - |
| YUV | 126.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 192 | 0.46 | 0.34 | 0 | 0.25 | 225 | 0.41 | 0.58 |
| Hex | 68 | 7E | C0 | 2E | 22 | 0 | 19 | E1 | 29 | 3A |
| Octal | 150 | 176 | 300 | 56 | 42 | 0 | 31 | 341 | 51 | 72 |
| Binary | 1101000 | 1111110 | 11000000 | 101110 | 100010 | 0 | 11001 | 11100001 | 101001 | 111010 |
Color Harmonies of #687EC0
Complementary color
Monochromatic Colors of #687EC0
Black with #687EC0
Text Example
Text Example
White with #687EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EC0; }
p { color: rgb(104,126,192); }
H1.HeaderClassName
{
color: #687EC0;
}
.AnyTagClassName
{
color: #687EC0;
}
</style>
background-color css
<style>
a { background-color: #687EC0; }
a { background-color: rgb(104,126,192); }
div.DivClassName
{
background-color: #687EC0;
}
.BgClassName
{
background-color: #687EC0;
}
</style>
border-color css
<style>
span { border-color: #687EC0; }
span { border-color: rgb(104,126,192); }
td.TdClassName
{
border-color: #687EC0;
}
.TagClassName
{
border-color: #687EC0;
}
</style>