Shades of Chetwode Blue #687BB5
Tints of Chetwode Blue #687BB5
RGB
CMYK
RGB Variations
Color information
#687BB5 (or 0x687BB5) is known color: Chetwode Blue. HEX triplet: 68, 7B and B5. RGB value is (104,123,181). Sum of RGB (Red+Green+Blue) = 104+123+181=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #687BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BB5 is #97844A. Grayscale: #7B7B7B. Windows color (decimal): -9929803 or 11893608. OLE color: 11893608.
HSL color Cylindrical-coordinate representation of color #687BB5: hue angle of 225.19º 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 #687BB5 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 123 | 181 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.29 |
| HSL | 225.19º | 0.34% | 0.56% | - |
| HSV(B) | 225.19º | 0.43% | 0.71% | - |
| XYZ | 21.13 | 20.45 | 46.55 | - |
| YUV | 123.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 181 | 0.43 | 0.32 | 0 | 0.29 | 225.19 | 0.34 | 0.56 |
| Hex | 68 | 7B | B5 | 2B | 20 | 0 | 1D | E1 | 22 | 38 |
| Octal | 150 | 173 | 265 | 53 | 40 | 0 | 35 | 341 | 42 | 70 |
| Binary | 1101000 | 1111011 | 10110101 | 101011 | 100000 | 0 | 11101 | 11100001 | 100010 | 111000 |
Color Harmonies of #687BB5
Complementary color
Monochromatic Colors of #687BB5
Black with #687BB5
Text Example
Text Example
White with #687BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BB5; }
p { color: rgb(104,123,181); }
H1.HeaderClassName
{
color: #687BB5;
}
.AnyTagClassName
{
color: #687BB5;
}
</style>
background-color css
<style>
a { background-color: #687BB5; }
a { background-color: rgb(104,123,181); }
div.DivClassName
{
background-color: #687BB5;
}
.BgClassName
{
background-color: #687BB5;
}
</style>
border-color css
<style>
span { border-color: #687BB5; }
span { border-color: rgb(104,123,181); }
td.TdClassName
{
border-color: #687BB5;
}
.TagClassName
{
border-color: #687BB5;
}
</style>