Shades of Ship Cove #687CA4
Tints of Ship Cove #687CA4
RGB
CMYK
RGB Variations
Color information
#687CA4 (or 0x687CA4) is known color: Ship Cove. HEX triplet: 68, 7C and A4. RGB value is (104,124,164). Sum of RGB (Red+Green+Blue) = 104+124+164=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #687CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA4 is #97835B. Grayscale: #7A7A7A. Windows color (decimal): -9929564 or 10779752. OLE color: 10779752.
HSL color Cylindrical-coordinate representation of color #687CA4: hue angle of 220º 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 #687CA4 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 124 | 164 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.36 |
| HSL | 220º | 0.25% | 0.53% | - |
| HSV(B) | 220º | 0.37% | 0.64% | - |
| XYZ | 19.62 | 20.04 | 37.96 | - |
| YUV | 122.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 164 | 0.37 | 0.24 | 0 | 0.36 | 220 | 0.25 | 0.53 |
| Hex | 68 | 7C | A4 | 25 | 18 | 0 | 24 | DC | 19 | 35 |
| Octal | 150 | 174 | 244 | 45 | 30 | 0 | 44 | 334 | 31 | 65 |
| Binary | 1101000 | 1111100 | 10100100 | 100101 | 11000 | 0 | 100100 | 11011100 | 11001 | 110101 |
Color Harmonies of #687CA4
Complementary color
Monochromatic Colors of #687CA4
Black with #687CA4
Text Example
Text Example
White with #687CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CA4; }
p { color: rgb(104,124,164); }
H1.HeaderClassName
{
color: #687CA4;
}
.AnyTagClassName
{
color: #687CA4;
}
</style>
background-color css
<style>
a { background-color: #687CA4; }
a { background-color: rgb(104,124,164); }
div.DivClassName
{
background-color: #687CA4;
}
.BgClassName
{
background-color: #687CA4;
}
</style>
border-color css
<style>
span { border-color: #687CA4; }
span { border-color: rgb(104,124,164); }
td.TdClassName
{
border-color: #687CA4;
}
.TagClassName
{
border-color: #687CA4;
}
</style>