Shades of Chetwode Blue #687CB7
Tints of Chetwode Blue #687CB7
RGB
CMYK
RGB Variations
Color information
#687CB7 (or 0x687CB7) is known color: Chetwode Blue. HEX triplet: 68, 7C and B7. RGB value is (104,124,183). Sum of RGB (Red+Green+Blue) = 104+124+183=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #687CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CB7 is #978348. Grayscale: #7C7C7C. Windows color (decimal): -9929545 or 12024936. OLE color: 12024936.
HSL color Cylindrical-coordinate representation of color #687CB7: hue angle of 224.81º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #687CB7 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 124 | 183 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.28 |
| HSL | 224.81º | 0.35% | 0.56% | - |
| HSV(B) | 224.81º | 0.43% | 0.72% | - |
| XYZ | 21.46 | 20.78 | 47.68 | - |
| YUV | 124.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 183 | 0.43 | 0.32 | 0 | 0.28 | 224.81 | 0.35 | 0.56 |
| Hex | 68 | 7C | B7 | 2B | 20 | 0 | 1C | E1 | 23 | 38 |
| Octal | 150 | 174 | 267 | 53 | 40 | 0 | 34 | 341 | 43 | 70 |
| Binary | 1101000 | 1111100 | 10110111 | 101011 | 100000 | 0 | 11100 | 11100001 | 100011 | 111000 |
Color Harmonies of #687CB7
Complementary color
Monochromatic Colors of #687CB7
Black with #687CB7
Text Example
Text Example
White with #687CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CB7; }
p { color: rgb(104,124,183); }
H1.HeaderClassName
{
color: #687CB7;
}
.AnyTagClassName
{
color: #687CB7;
}
</style>
background-color css
<style>
a { background-color: #687CB7; }
a { background-color: rgb(104,124,183); }
div.DivClassName
{
background-color: #687CB7;
}
.BgClassName
{
background-color: #687CB7;
}
</style>
border-color css
<style>
span { border-color: #687CB7; }
span { border-color: rgb(104,124,183); }
td.TdClassName
{
border-color: #687CB7;
}
.TagClassName
{
border-color: #687CB7;
}
</style>