Shades of Ship Cove #687DA4
Tints of Ship Cove #687DA4
RGB
CMYK
RGB Variations
Color information
#687DA4 (or 0x687DA4) is known color: Ship Cove. HEX triplet: 68, 7D and A4. RGB value is (104,125,164). Sum of RGB (Red+Green+Blue) = 104+125+164=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #687DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA4 is #97825B. Grayscale: #7A7A7A. Windows color (decimal): -9929308 or 10780008. OLE color: 10780008.
HSL color Cylindrical-coordinate representation of color #687DA4: hue angle of 219º 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 #687DA4 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 125 | 164 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.36 |
| HSL | 219º | 0.25% | 0.53% | - |
| HSV(B) | 219º | 0.37% | 0.64% | - |
| XYZ | 19.74 | 20.29 | 38 | - |
| YUV | 123.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 164 | 0.37 | 0.24 | 0 | 0.36 | 219 | 0.25 | 0.53 |
| Hex | 68 | 7D | A4 | 25 | 18 | 0 | 24 | DB | 19 | 35 |
| Octal | 150 | 175 | 244 | 45 | 30 | 0 | 44 | 333 | 31 | 65 |
| Binary | 1101000 | 1111101 | 10100100 | 100101 | 11000 | 0 | 100100 | 11011011 | 11001 | 110101 |
Color Harmonies of #687DA4
Complementary color
Monochromatic Colors of #687DA4
Black with #687DA4
Text Example
Text Example
White with #687DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DA4; }
p { color: rgb(104,125,164); }
H1.HeaderClassName
{
color: #687DA4;
}
.AnyTagClassName
{
color: #687DA4;
}
</style>
background-color css
<style>
a { background-color: #687DA4; }
a { background-color: rgb(104,125,164); }
div.DivClassName
{
background-color: #687DA4;
}
.BgClassName
{
background-color: #687DA4;
}
</style>
border-color css
<style>
span { border-color: #687DA4; }
span { border-color: rgb(104,125,164); }
td.TdClassName
{
border-color: #687DA4;
}
.TagClassName
{
border-color: #687DA4;
}
</style>