Shades of Ship Cove #677DA4
Tints of Ship Cove #677DA4
RGB
CMYK
RGB Variations
Color information
#677DA4 (or 0x677DA4) is known color: Ship Cove. HEX triplet: 67, 7D and A4. RGB value is (103,125,164). Sum of RGB (Red+Green+Blue) = 103+125+164=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #677DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DA4 is #98825B. Grayscale: #7A7A7A. Windows color (decimal): -9994844 or 10780007. OLE color: 10780007.
HSL color Cylindrical-coordinate representation of color #677DA4: hue angle of 218.36º 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 #677DA4 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 125 | 164 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.36 |
| HSL | 218.36º | 0.25% | 0.52% | - |
| HSV(B) | 218.36º | 0.37% | 0.64% | - |
| XYZ | 19.63 | 20.23 | 37.99 | - |
| YUV | 122.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 164 | 0.37 | 0.24 | 0 | 0.36 | 218.36 | 0.25 | 0.52 |
| Hex | 67 | 7D | A4 | 25 | 18 | 0 | 24 | DA | 19 | 34 |
| Octal | 147 | 175 | 244 | 45 | 30 | 0 | 44 | 332 | 31 | 64 |
| Binary | 1100111 | 1111101 | 10100100 | 100101 | 11000 | 0 | 100100 | 11011010 | 11001 | 110100 |
Color Harmonies of #677DA4
Complementary color
Monochromatic Colors of #677DA4
Black with #677DA4
Text Example
Text Example
White with #677DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677DA4; }
p { color: rgb(103,125,164); }
H1.HeaderClassName
{
color: #677DA4;
}
.AnyTagClassName
{
color: #677DA4;
}
</style>
background-color css
<style>
a { background-color: #677DA4; }
a { background-color: rgb(103,125,164); }
div.DivClassName
{
background-color: #677DA4;
}
.BgClassName
{
background-color: #677DA4;
}
</style>
border-color css
<style>
span { border-color: #677DA4; }
span { border-color: rgb(103,125,164); }
td.TdClassName
{
border-color: #677DA4;
}
.TagClassName
{
border-color: #677DA4;
}
</style>