Shades of Ship Cove #677EA8
Tints of Ship Cove #677EA8
RGB
CMYK
RGB Variations
Color information
#677EA8 (or 0x677EA8) is known color: Ship Cove. HEX triplet: 67, 7E and A8. RGB value is (103,126,168). Sum of RGB (Red+Green+Blue) = 103+126+168=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #677EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677EA8 is #988157. Grayscale: #7B7B7B. Windows color (decimal): -9994584 or 11042407. OLE color: 11042407.
HSL color Cylindrical-coordinate representation of color #677EA8: hue angle of 218.77º 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 #677EA8 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 126 | 168 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.34 |
| HSL | 218.77º | 0.27% | 0.53% | - |
| HSV(B) | 218.77º | 0.39% | 0.66% | - |
| XYZ | 20.12 | 20.63 | 39.97 | - |
| YUV | 123.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 168 | 0.39 | 0.25 | 0 | 0.34 | 218.77 | 0.27 | 0.53 |
| Hex | 67 | 7E | A8 | 27 | 19 | 0 | 22 | DB | 1B | 35 |
| Octal | 147 | 176 | 250 | 47 | 31 | 0 | 42 | 333 | 33 | 65 |
| Binary | 1100111 | 1111110 | 10101000 | 100111 | 11001 | 0 | 100010 | 11011011 | 11011 | 110101 |
Color Harmonies of #677EA8
Complementary color
Monochromatic Colors of #677EA8
Black with #677EA8
Text Example
Text Example
White with #677EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677EA8; }
p { color: rgb(103,126,168); }
H1.HeaderClassName
{
color: #677EA8;
}
.AnyTagClassName
{
color: #677EA8;
}
</style>
background-color css
<style>
a { background-color: #677EA8; }
a { background-color: rgb(103,126,168); }
div.DivClassName
{
background-color: #677EA8;
}
.BgClassName
{
background-color: #677EA8;
}
</style>
border-color css
<style>
span { border-color: #677EA8; }
span { border-color: rgb(103,126,168); }
td.TdClassName
{
border-color: #677EA8;
}
.TagClassName
{
border-color: #677EA8;
}
</style>