Shades of Chetwode Blue #687BBB
Tints of Chetwode Blue #687BBB
RGB
CMYK
RGB Variations
Color information
#687BBB (or 0x687BBB) is known color: Chetwode Blue. HEX triplet: 68, 7B and BB. RGB value is (104,123,187). Sum of RGB (Red+Green+Blue) = 104+123+187=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #687BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BBB is #978444. Grayscale: #7C7C7C. Windows color (decimal): -9929797 or 12286824. OLE color: 12286824.
HSL color Cylindrical-coordinate representation of color #687BBB: hue angle of 226.27º degrees, saturation: 0.38, 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 #687BBB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 123 | 187 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.27 |
| HSL | 226.27º | 0.38% | 0.57% | - |
| HSV(B) | 226.27º | 0.44% | 0.73% | - |
| XYZ | 21.76 | 20.7 | 49.86 | - |
| YUV | 124.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 187 | 0.44 | 0.34 | 0 | 0.27 | 226.27 | 0.38 | 0.57 |
| Hex | 68 | 7B | BB | 2C | 22 | 0 | 1B | E2 | 26 | 39 |
| Octal | 150 | 173 | 273 | 54 | 42 | 0 | 33 | 342 | 46 | 71 |
| Binary | 1101000 | 1111011 | 10111011 | 101100 | 100010 | 0 | 11011 | 11100010 | 100110 | 111001 |
Color Harmonies of #687BBB
Complementary color
Monochromatic Colors of #687BBB
Black with #687BBB
Text Example
Text Example
White with #687BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BBB; }
p { color: rgb(104,123,187); }
H1.HeaderClassName
{
color: #687BBB;
}
.AnyTagClassName
{
color: #687BBB;
}
</style>
background-color css
<style>
a { background-color: #687BBB; }
a { background-color: rgb(104,123,187); }
div.DivClassName
{
background-color: #687BBB;
}
.BgClassName
{
background-color: #687BBB;
}
</style>
border-color css
<style>
span { border-color: #687BBB; }
span { border-color: rgb(104,123,187); }
td.TdClassName
{
border-color: #687BBB;
}
.TagClassName
{
border-color: #687BBB;
}
</style>