Shades of Chetwode Blue #687DBA
Tints of Chetwode Blue #687DBA
RGB
CMYK
RGB Variations
Color information
#687DBA (or 0x687DBA) is known color: Chetwode Blue. HEX triplet: 68, 7D and BA. RGB value is (104,125,186). Sum of RGB (Red+Green+Blue) = 104+125+186=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #687DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DBA is #978245. Grayscale: #7D7D7D. Windows color (decimal): -9929286 or 12221800. OLE color: 12221800.
HSL color Cylindrical-coordinate representation of color #687DBA: hue angle of 224.63º degrees, saturation: 0.37, 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 #687DBA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 125 | 186 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.27 |
| HSL | 224.63º | 0.37% | 0.57% | - |
| HSV(B) | 224.63º | 0.44% | 0.73% | - |
| XYZ | 21.91 | 21.16 | 49.38 | - |
| YUV | 125.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 186 | 0.44 | 0.33 | 0 | 0.27 | 224.63 | 0.37 | 0.57 |
| Hex | 68 | 7D | BA | 2C | 21 | 0 | 1B | E1 | 25 | 39 |
| Octal | 150 | 175 | 272 | 54 | 41 | 0 | 33 | 341 | 45 | 71 |
| Binary | 1101000 | 1111101 | 10111010 | 101100 | 100001 | 0 | 11011 | 11100001 | 100101 | 111001 |
Color Harmonies of #687DBA
Complementary color
Monochromatic Colors of #687DBA
Black with #687DBA
Text Example
Text Example
White with #687DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DBA; }
p { color: rgb(104,125,186); }
H1.HeaderClassName
{
color: #687DBA;
}
.AnyTagClassName
{
color: #687DBA;
}
</style>
background-color css
<style>
a { background-color: #687DBA; }
a { background-color: rgb(104,125,186); }
div.DivClassName
{
background-color: #687DBA;
}
.BgClassName
{
background-color: #687DBA;
}
</style>
border-color css
<style>
span { border-color: #687DBA; }
span { border-color: rgb(104,125,186); }
td.TdClassName
{
border-color: #687DBA;
}
.TagClassName
{
border-color: #687DBA;
}
</style>