Shades of Ship Cove #677DA3
Tints of Ship Cove #677DA3
RGB
CMYK
RGB Variations
Color information
#677DA3 (or 0x677DA3) is known color: Ship Cove. HEX triplet: 67, 7D and A3. RGB value is (103,125,163). Sum of RGB (Red+Green+Blue) = 103+125+163=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #677DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DA3 is #98825C. Grayscale: #7A7A7A. Windows color (decimal): -9994845 or 10714471. OLE color: 10714471.
HSL color Cylindrical-coordinate representation of color #677DA3: hue angle of 218º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #677DA3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 125 | 163 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.36 |
| HSL | 218º | 0.25% | 0.52% | - |
| HSV(B) | 218º | 0.37% | 0.64% | - |
| XYZ | 19.54 | 20.2 | 37.52 | - |
| YUV | 122.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 163 | 0.37 | 0.23 | 0 | 0.36 | 218 | 0.25 | 0.52 |
| Hex | 67 | 7D | A3 | 25 | 17 | 0 | 24 | DA | 19 | 34 |
| Octal | 147 | 175 | 243 | 45 | 27 | 0 | 44 | 332 | 31 | 64 |
| Binary | 1100111 | 1111101 | 10100011 | 100101 | 10111 | 0 | 100100 | 11011010 | 11001 | 110100 |
Color Harmonies of #677DA3
Complementary color
Monochromatic Colors of #677DA3
Black with #677DA3
Text Example
Text Example
White with #677DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DA3; }
p { color: rgb(103,125,163); }
H1.HeaderClassName
{
color: #677DA3;
}
.AnyTagClassName
{
color: #677DA3;
}
</style>
background-color css
<style>
a { background-color: #677DA3; }
a { background-color: rgb(103,125,163); }
div.DivClassName
{
background-color: #677DA3;
}
.BgClassName
{
background-color: #677DA3;
}
</style>
border-color css
<style>
span { border-color: #677DA3; }
span { border-color: rgb(103,125,163); }
td.TdClassName
{
border-color: #677DA3;
}
.TagClassName
{
border-color: #677DA3;
}
</style>