Shades of Ship Cove #687EA4
Tints of Ship Cove #687EA4
RGB
CMYK
RGB Variations
Color information
#687EA4 (or 0x687EA4) is known color: Ship Cove. HEX triplet: 68, 7E and A4. RGB value is (104,126,164). Sum of RGB (Red+Green+Blue) = 104+126+164=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #687EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EA4 is #97815B. Grayscale: #7B7B7B. Windows color (decimal): -9929052 or 10780264. OLE color: 10780264.
HSL color Cylindrical-coordinate representation of color #687EA4: hue angle of 218º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687EA4 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 126 | 164 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.36 |
| HSL | 218º | 0.25% | 0.53% | - |
| HSV(B) | 218º | 0.37% | 0.64% | - |
| XYZ | 19.87 | 20.55 | 38.04 | - |
| YUV | 123.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 164 | 0.37 | 0.23 | 0 | 0.36 | 218 | 0.25 | 0.53 |
| Hex | 68 | 7E | A4 | 25 | 17 | 0 | 24 | DA | 19 | 35 |
| Octal | 150 | 176 | 244 | 45 | 27 | 0 | 44 | 332 | 31 | 65 |
| Binary | 1101000 | 1111110 | 10100100 | 100101 | 10111 | 0 | 100100 | 11011010 | 11001 | 110101 |
Color Harmonies of #687EA4
Complementary color
Monochromatic Colors of #687EA4
Black with #687EA4
Text Example
Text Example
White with #687EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EA4; }
p { color: rgb(104,126,164); }
H1.HeaderClassName
{
color: #687EA4;
}
.AnyTagClassName
{
color: #687EA4;
}
</style>
background-color css
<style>
a { background-color: #687EA4; }
a { background-color: rgb(104,126,164); }
div.DivClassName
{
background-color: #687EA4;
}
.BgClassName
{
background-color: #687EA4;
}
</style>
border-color css
<style>
span { border-color: #687EA4; }
span { border-color: rgb(104,126,164); }
td.TdClassName
{
border-color: #687EA4;
}
.TagClassName
{
border-color: #687EA4;
}
</style>