Shades of Ship Cove #677AA6
Tints of Ship Cove #677AA6
RGB
CMYK
RGB Variations
Color information
#677AA6 (or 0x677AA6) is known color: Ship Cove. HEX triplet: 67, 7A and A6. RGB value is (103,122,166). Sum of RGB (Red+Green+Blue) = 103+122+166=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #677AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677AA6 is #988559. Grayscale: #797979. Windows color (decimal): -9995610 or 10910311. OLE color: 10910311.
HSL color Cylindrical-coordinate representation of color #677AA6: hue angle of 221.9º degrees, saturation: 0.26, 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 #677AA6 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 122 | 166 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.35 |
| HSL | 221.9º | 0.26% | 0.53% | - |
| HSV(B) | 221.9º | 0.38% | 0.65% | - |
| XYZ | 19.44 | 19.56 | 38.83 | - |
| YUV | 121.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 166 | 0.38 | 0.27 | 0 | 0.35 | 221.9 | 0.26 | 0.53 |
| Hex | 67 | 7A | A6 | 26 | 1B | 0 | 23 | DE | 1A | 35 |
| Octal | 147 | 172 | 246 | 46 | 33 | 0 | 43 | 336 | 32 | 65 |
| Binary | 1100111 | 1111010 | 10100110 | 100110 | 11011 | 0 | 100011 | 11011110 | 11010 | 110101 |
Color Harmonies of #677AA6
Complementary color
Monochromatic Colors of #677AA6
Black with #677AA6
Text Example
Text Example
White with #677AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AA6; }
p { color: rgb(103,122,166); }
H1.HeaderClassName
{
color: #677AA6;
}
.AnyTagClassName
{
color: #677AA6;
}
</style>
background-color css
<style>
a { background-color: #677AA6; }
a { background-color: rgb(103,122,166); }
div.DivClassName
{
background-color: #677AA6;
}
.BgClassName
{
background-color: #677AA6;
}
</style>
border-color css
<style>
span { border-color: #677AA6; }
span { border-color: rgb(103,122,166); }
td.TdClassName
{
border-color: #677AA6;
}
.TagClassName
{
border-color: #677AA6;
}
</style>