Shades of Chetwode Blue #687AB4
Tints of Chetwode Blue #687AB4
RGB
CMYK
RGB Variations
Color information
#687AB4 (or 0x687AB4) is known color: Chetwode Blue. HEX triplet: 68, 7A and B4. RGB value is (104,122,180). Sum of RGB (Red+Green+Blue) = 104+122+180=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #687AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687AB4 is #97854B. Grayscale: #7A7A7A. Windows color (decimal): -9930060 or 11827816. OLE color: 11827816.
HSL color Cylindrical-coordinate representation of color #687AB4: hue angle of 225.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687AB4 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 122 | 180 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.29 |
| HSL | 225.79º | 0.34% | 0.56% | - |
| HSV(B) | 225.79º | 0.42% | 0.71% | - |
| XYZ | 20.91 | 20.16 | 45.97 | - |
| YUV | 123.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 180 | 0.42 | 0.32 | 0 | 0.29 | 225.79 | 0.34 | 0.56 |
| Hex | 68 | 7A | B4 | 2A | 20 | 0 | 1D | E2 | 22 | 38 |
| Octal | 150 | 172 | 264 | 52 | 40 | 0 | 35 | 342 | 42 | 70 |
| Binary | 1101000 | 1111010 | 10110100 | 101010 | 100000 | 0 | 11101 | 11100010 | 100010 | 111000 |
Color Harmonies of #687AB4
Complementary color
Monochromatic Colors of #687AB4
Black with #687AB4
Text Example
Text Example
White with #687AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AB4; }
p { color: rgb(104,122,180); }
H1.HeaderClassName
{
color: #687AB4;
}
.AnyTagClassName
{
color: #687AB4;
}
</style>
background-color css
<style>
a { background-color: #687AB4; }
a { background-color: rgb(104,122,180); }
div.DivClassName
{
background-color: #687AB4;
}
.BgClassName
{
background-color: #687AB4;
}
</style>
border-color css
<style>
span { border-color: #687AB4; }
span { border-color: rgb(104,122,180); }
td.TdClassName
{
border-color: #687AB4;
}
.TagClassName
{
border-color: #687AB4;
}
</style>