Shades of Chetwode Blue #687BAD
Tints of Chetwode Blue #687BAD
RGB
CMYK
RGB Variations
Color information
#687BAD (or 0x687BAD) is known color: Chetwode Blue. HEX triplet: 68, 7B and AD. RGB value is (104,123,173). Sum of RGB (Red+Green+Blue) = 104+123+173=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #687BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BAD is #978452. Grayscale: #7A7A7A. Windows color (decimal): -9929811 or 11369320. OLE color: 11369320.
HSL color Cylindrical-coordinate representation of color #687BAD: hue angle of 223.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #687BAD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 123 | 173 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.32 |
| HSL | 223.48º | 0.3% | 0.54% | - |
| HSV(B) | 223.48º | 0.4% | 0.68% | - |
| XYZ | 20.33 | 20.13 | 42.35 | - |
| YUV | 123.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 173 | 0.40 | 0.29 | 0 | 0.32 | 223.48 | 0.3 | 0.54 |
| Hex | 68 | 7B | AD | 28 | 1D | 0 | 20 | DF | 1E | 36 |
| Octal | 150 | 173 | 255 | 50 | 35 | 0 | 40 | 337 | 36 | 66 |
| Binary | 1101000 | 1111011 | 10101101 | 101000 | 11101 | 0 | 100000 | 11011111 | 11110 | 110110 |
Color Harmonies of #687BAD
Complementary color
Monochromatic Colors of #687BAD
Black with #687BAD
Text Example
Text Example
White with #687BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BAD; }
p { color: rgb(104,123,173); }
H1.HeaderClassName
{
color: #687BAD;
}
.AnyTagClassName
{
color: #687BAD;
}
</style>
background-color css
<style>
a { background-color: #687BAD; }
a { background-color: rgb(104,123,173); }
div.DivClassName
{
background-color: #687BAD;
}
.BgClassName
{
background-color: #687BAD;
}
</style>
border-color css
<style>
span { border-color: #687BAD; }
span { border-color: rgb(104,123,173); }
td.TdClassName
{
border-color: #687BAD;
}
.TagClassName
{
border-color: #687BAD;
}
</style>