Shades of Ship Cove #677CA7
Tints of Ship Cove #677CA7
RGB
CMYK
RGB Variations
Color information
#677CA7 (or 0x677CA7) is known color: Ship Cove. HEX triplet: 67, 7C and A7. RGB value is (103,124,167). Sum of RGB (Red+Green+Blue) = 103+124+167=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #677CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677CA7 is #988358. Grayscale: #7A7A7A. Windows color (decimal): -9995097 or 10976359. OLE color: 10976359.
HSL color Cylindrical-coordinate representation of color #677CA7: hue angle of 220.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #677CA7 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 124 | 167 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.35 |
| HSL | 220.31º | 0.27% | 0.53% | - |
| HSV(B) | 220.31º | 0.38% | 0.65% | - |
| XYZ | 19.78 | 20.09 | 39.39 | - |
| YUV | 122.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 167 | 0.38 | 0.26 | 0 | 0.35 | 220.31 | 0.27 | 0.53 |
| Hex | 67 | 7C | A7 | 26 | 1A | 0 | 23 | DC | 1B | 35 |
| Octal | 147 | 174 | 247 | 46 | 32 | 0 | 43 | 334 | 33 | 65 |
| Binary | 1100111 | 1111100 | 10100111 | 100110 | 11010 | 0 | 100011 | 11011100 | 11011 | 110101 |
Color Harmonies of #677CA7
Complementary color
Monochromatic Colors of #677CA7
Black with #677CA7
Text Example
Text Example
White with #677CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CA7; }
p { color: rgb(103,124,167); }
H1.HeaderClassName
{
color: #677CA7;
}
.AnyTagClassName
{
color: #677CA7;
}
</style>
background-color css
<style>
a { background-color: #677CA7; }
a { background-color: rgb(103,124,167); }
div.DivClassName
{
background-color: #677CA7;
}
.BgClassName
{
background-color: #677CA7;
}
</style>
border-color css
<style>
span { border-color: #677CA7; }
span { border-color: rgb(103,124,167); }
td.TdClassName
{
border-color: #677CA7;
}
.TagClassName
{
border-color: #677CA7;
}
</style>