Shades of Ship Cove #677DA8
Tints of Ship Cove #677DA8
RGB
CMYK
RGB Variations
Color information
#677DA8 (or 0x677DA8) is known color: Ship Cove. HEX triplet: 67, 7D and A8. RGB value is (103,125,168). Sum of RGB (Red+Green+Blue) = 103+125+168=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 168 - color contains mainly: blue. Hex color #677DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DA8 is #988257. Grayscale: #7B7B7B. Windows color (decimal): -9994840 or 11042151. OLE color: 11042151.
HSL color Cylindrical-coordinate representation of color #677DA8: hue angle of 219.69º 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 #677DA8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 125 | 168 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.34 |
| HSL | 219.69º | 0.27% | 0.53% | - |
| HSV(B) | 219.69º | 0.39% | 0.66% | - |
| XYZ | 20 | 20.38 | 39.93 | - |
| YUV | 123.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 168 | 0.39 | 0.26 | 0 | 0.34 | 219.69 | 0.27 | 0.53 |
| Hex | 67 | 7D | A8 | 27 | 1A | 0 | 22 | DC | 1B | 35 |
| Octal | 147 | 175 | 250 | 47 | 32 | 0 | 42 | 334 | 33 | 65 |
| Binary | 1100111 | 1111101 | 10101000 | 100111 | 11010 | 0 | 100010 | 11011100 | 11011 | 110101 |
Color Harmonies of #677DA8
Complementary color
Monochromatic Colors of #677DA8
Black with #677DA8
Text Example
Text Example
White with #677DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DA8; }
p { color: rgb(103,125,168); }
H1.HeaderClassName
{
color: #677DA8;
}
.AnyTagClassName
{
color: #677DA8;
}
</style>
background-color css
<style>
a { background-color: #677DA8; }
a { background-color: rgb(103,125,168); }
div.DivClassName
{
background-color: #677DA8;
}
.BgClassName
{
background-color: #677DA8;
}
</style>
border-color css
<style>
span { border-color: #677DA8; }
span { border-color: rgb(103,125,168); }
td.TdClassName
{
border-color: #677DA8;
}
.TagClassName
{
border-color: #677DA8;
}
</style>