Shades of Ship Cove #687FB4
Tints of Ship Cove #687FB4
RGB
CMYK
RGB Variations
Color information
#687FB4 (or 0x687FB4) is known color: Ship Cove. HEX triplet: 68, 7F and B4. RGB value is (104,127,180). Sum of RGB (Red+Green+Blue) = 104+127+180=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #687FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FB4 is #97804B. Grayscale: #7D7D7D. Windows color (decimal): -9928780 or 11829096. OLE color: 11829096.
HSL color Cylindrical-coordinate representation of color #687FB4: hue angle of 221.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687FB4 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 127 | 180 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.29 |
| HSL | 221.84º | 0.34% | 0.56% | - |
| HSV(B) | 221.84º | 0.42% | 0.71% | - |
| XYZ | 21.54 | 21.42 | 46.18 | - |
| YUV | 126.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 180 | 0.42 | 0.29 | 0 | 0.29 | 221.84 | 0.34 | 0.56 |
| Hex | 68 | 7F | B4 | 2A | 1D | 0 | 1D | DE | 22 | 38 |
| Octal | 150 | 177 | 264 | 52 | 35 | 0 | 35 | 336 | 42 | 70 |
| Binary | 1101000 | 1111111 | 10110100 | 101010 | 11101 | 0 | 11101 | 11011110 | 100010 | 111000 |
Color Harmonies of #687FB4
Complementary color
Monochromatic Colors of #687FB4
Black with #687FB4
Text Example
Text Example
White with #687FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FB4; }
p { color: rgb(104,127,180); }
H1.HeaderClassName
{
color: #687FB4;
}
.AnyTagClassName
{
color: #687FB4;
}
</style>
background-color css
<style>
a { background-color: #687FB4; }
a { background-color: rgb(104,127,180); }
div.DivClassName
{
background-color: #687FB4;
}
.BgClassName
{
background-color: #687FB4;
}
</style>
border-color css
<style>
span { border-color: #687FB4; }
span { border-color: rgb(104,127,180); }
td.TdClassName
{
border-color: #687FB4;
}
.TagClassName
{
border-color: #687FB4;
}
</style>