Shades of Chetwode Blue #687AB5
Tints of Chetwode Blue #687AB5
RGB
CMYK
RGB Variations
Color information
#687AB5 (or 0x687AB5) is known color: Chetwode Blue. HEX triplet: 68, 7A and B5. RGB value is (104,122,181). Sum of RGB (Red+Green+Blue) = 104+122+181=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #687AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687AB5 is #97854A. Grayscale: #7B7B7B. Windows color (decimal): -9930059 or 11893352. OLE color: 11893352.
HSL color Cylindrical-coordinate representation of color #687AB5: hue angle of 225.97º degrees, saturation: 0.34, 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 #687AB5 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 122 | 181 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.29 |
| HSL | 225.97º | 0.34% | 0.56% | - |
| HSV(B) | 225.97º | 0.43% | 0.71% | - |
| XYZ | 21.01 | 20.2 | 46.51 | - |
| YUV | 123.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 181 | 0.43 | 0.33 | 0 | 0.29 | 225.97 | 0.34 | 0.56 |
| Hex | 68 | 7A | B5 | 2B | 21 | 0 | 1D | E2 | 22 | 38 |
| Octal | 150 | 172 | 265 | 53 | 41 | 0 | 35 | 342 | 42 | 70 |
| Binary | 1101000 | 1111010 | 10110101 | 101011 | 100001 | 0 | 11101 | 11100010 | 100010 | 111000 |
Color Harmonies of #687AB5
Complementary color
Monochromatic Colors of #687AB5
Black with #687AB5
Text Example
Text Example
White with #687AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AB5; }
p { color: rgb(104,122,181); }
H1.HeaderClassName
{
color: #687AB5;
}
.AnyTagClassName
{
color: #687AB5;
}
</style>
background-color css
<style>
a { background-color: #687AB5; }
a { background-color: rgb(104,122,181); }
div.DivClassName
{
background-color: #687AB5;
}
.BgClassName
{
background-color: #687AB5;
}
</style>
border-color css
<style>
span { border-color: #687AB5; }
span { border-color: rgb(104,122,181); }
td.TdClassName
{
border-color: #687AB5;
}
.TagClassName
{
border-color: #687AB5;
}
</style>