Shades of Ship Cove #677CA8
Tints of Ship Cove #677CA8
RGB
CMYK
RGB Variations
Color information
#677CA8 (or 0x677CA8) is known color: Ship Cove. HEX triplet: 67, 7C and A8. RGB value is (103,124,168). Sum of RGB (Red+Green+Blue) = 103+124+168=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #677CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677CA8 is #988357. Grayscale: #7A7A7A. Windows color (decimal): -9995096 or 11041895. OLE color: 11041895.
HSL color Cylindrical-coordinate representation of color #677CA8: hue angle of 220.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677CA8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 124 | 168 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.34 |
| HSL | 220.62º | 0.27% | 0.53% | - |
| HSV(B) | 220.62º | 0.39% | 0.66% | - |
| XYZ | 19.87 | 20.13 | 39.88 | - |
| YUV | 122.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 168 | 0.39 | 0.26 | 0 | 0.34 | 220.62 | 0.27 | 0.53 |
| Hex | 67 | 7C | A8 | 27 | 1A | 0 | 22 | DD | 1B | 35 |
| Octal | 147 | 174 | 250 | 47 | 32 | 0 | 42 | 335 | 33 | 65 |
| Binary | 1100111 | 1111100 | 10101000 | 100111 | 11010 | 0 | 100010 | 11011101 | 11011 | 110101 |
Color Harmonies of #677CA8
Complementary color
Monochromatic Colors of #677CA8
Black with #677CA8
Text Example
Text Example
White with #677CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CA8; }
p { color: rgb(103,124,168); }
H1.HeaderClassName
{
color: #677CA8;
}
.AnyTagClassName
{
color: #677CA8;
}
</style>
background-color css
<style>
a { background-color: #677CA8; }
a { background-color: rgb(103,124,168); }
div.DivClassName
{
background-color: #677CA8;
}
.BgClassName
{
background-color: #677CA8;
}
</style>
border-color css
<style>
span { border-color: #677CA8; }
span { border-color: rgb(103,124,168); }
td.TdClassName
{
border-color: #677CA8;
}
.TagClassName
{
border-color: #677CA8;
}
</style>