Shades of Chetwode Blue #687CB3
Tints of Chetwode Blue #687CB3
RGB
CMYK
RGB Variations
Color information
#687CB3 (or 0x687CB3) is known color: Chetwode Blue. HEX triplet: 68, 7C and B3. RGB value is (104,124,179). Sum of RGB (Red+Green+Blue) = 104+124+179=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #687CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CB3 is #97834C. Grayscale: #7C7C7C. Windows color (decimal): -9929549 or 11762792. OLE color: 11762792.
HSL color Cylindrical-coordinate representation of color #687CB3: hue angle of 224º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687CB3 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 124 | 179 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.30 |
| HSL | 224º | 0.33% | 0.55% | - |
| HSV(B) | 224º | 0.42% | 0.7% | - |
| XYZ | 21.05 | 20.61 | 45.52 | - |
| YUV | 124.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 179 | 0.42 | 0.31 | 0 | 0.30 | 224 | 0.33 | 0.55 |
| Hex | 68 | 7C | B3 | 2A | 1F | 0 | 1E | E0 | 21 | 37 |
| Octal | 150 | 174 | 263 | 52 | 37 | 0 | 36 | 340 | 41 | 67 |
| Binary | 1101000 | 1111100 | 10110011 | 101010 | 11111 | 0 | 11110 | 11100000 | 100001 | 110111 |
Color Harmonies of #687CB3
Complementary color
Monochromatic Colors of #687CB3
Black with #687CB3
Text Example
Text Example
White with #687CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CB3; }
p { color: rgb(104,124,179); }
H1.HeaderClassName
{
color: #687CB3;
}
.AnyTagClassName
{
color: #687CB3;
}
</style>
background-color css
<style>
a { background-color: #687CB3; }
a { background-color: rgb(104,124,179); }
div.DivClassName
{
background-color: #687CB3;
}
.BgClassName
{
background-color: #687CB3;
}
</style>
border-color css
<style>
span { border-color: #687CB3; }
span { border-color: rgb(104,124,179); }
td.TdClassName
{
border-color: #687CB3;
}
.TagClassName
{
border-color: #687CB3;
}
</style>