Shades of Chetwode Blue #687DB6
Tints of Chetwode Blue #687DB6
RGB
CMYK
RGB Variations
Color information
#687DB6 (or 0x687DB6) is known color: Chetwode Blue. HEX triplet: 68, 7D and B6. RGB value is (104,125,182). Sum of RGB (Red+Green+Blue) = 104+125+182=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #687DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DB6 is #978249. Grayscale: #7C7C7C. Windows color (decimal): -9929290 or 11959656. OLE color: 11959656.
HSL color Cylindrical-coordinate representation of color #687DB6: hue angle of 223.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #687DB6 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 125 | 182 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.29 |
| HSL | 223.85º | 0.35% | 0.56% | - |
| HSV(B) | 223.85º | 0.43% | 0.71% | - |
| XYZ | 21.49 | 20.99 | 47.17 | - |
| YUV | 125.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 182 | 0.43 | 0.31 | 0 | 0.29 | 223.85 | 0.35 | 0.56 |
| Hex | 68 | 7D | B6 | 2B | 1F | 0 | 1D | E0 | 23 | 38 |
| Octal | 150 | 175 | 266 | 53 | 37 | 0 | 35 | 340 | 43 | 70 |
| Binary | 1101000 | 1111101 | 10110110 | 101011 | 11111 | 0 | 11101 | 11100000 | 100011 | 111000 |
Color Harmonies of #687DB6
Complementary color
Monochromatic Colors of #687DB6
Black with #687DB6
Text Example
Text Example
White with #687DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DB6; }
p { color: rgb(104,125,182); }
H1.HeaderClassName
{
color: #687DB6;
}
.AnyTagClassName
{
color: #687DB6;
}
</style>
background-color css
<style>
a { background-color: #687DB6; }
a { background-color: rgb(104,125,182); }
div.DivClassName
{
background-color: #687DB6;
}
.BgClassName
{
background-color: #687DB6;
}
</style>
border-color css
<style>
span { border-color: #687DB6; }
span { border-color: rgb(104,125,182); }
td.TdClassName
{
border-color: #687DB6;
}
.TagClassName
{
border-color: #687DB6;
}
</style>