Shades of Ship Cove #687AA4
Tints of Ship Cove #687AA4
RGB
CMYK
RGB Variations
Color information
#687AA4 (or 0x687AA4) is known color: Ship Cove. HEX triplet: 68, 7A and A4. RGB value is (104,122,164). Sum of RGB (Red+Green+Blue) = 104+122+164=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #687AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687AA4 is #97855B. Grayscale: #797979. Windows color (decimal): -9930076 or 10779240. OLE color: 10779240.
HSL color Cylindrical-coordinate representation of color #687AA4: hue angle of 222º 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 #687AA4 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 122 | 164 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.36 |
| HSL | 222º | 0.25% | 0.53% | - |
| HSV(B) | 222º | 0.37% | 0.64% | - |
| XYZ | 19.37 | 19.54 | 37.87 | - |
| YUV | 121.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 164 | 0.37 | 0.26 | 0 | 0.36 | 222 | 0.25 | 0.53 |
| Hex | 68 | 7A | A4 | 25 | 1A | 0 | 24 | DE | 19 | 35 |
| Octal | 150 | 172 | 244 | 45 | 32 | 0 | 44 | 336 | 31 | 65 |
| Binary | 1101000 | 1111010 | 10100100 | 100101 | 11010 | 0 | 100100 | 11011110 | 11001 | 110101 |
Color Harmonies of #687AA4
Complementary color
Monochromatic Colors of #687AA4
Black with #687AA4
Text Example
Text Example
White with #687AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AA4; }
p { color: rgb(104,122,164); }
H1.HeaderClassName
{
color: #687AA4;
}
.AnyTagClassName
{
color: #687AA4;
}
</style>
background-color css
<style>
a { background-color: #687AA4; }
a { background-color: rgb(104,122,164); }
div.DivClassName
{
background-color: #687AA4;
}
.BgClassName
{
background-color: #687AA4;
}
</style>
border-color css
<style>
span { border-color: #687AA4; }
span { border-color: rgb(104,122,164); }
td.TdClassName
{
border-color: #687AA4;
}
.TagClassName
{
border-color: #687AA4;
}
</style>