Shades of Ship Cove #677CAA
Tints of Ship Cove #677CAA
RGB
CMYK
RGB Variations
Color information
#677CAA (or 0x677CAA) is known color: Ship Cove. HEX triplet: 67, 7C and AA. RGB value is (103,124,170). Sum of RGB (Red+Green+Blue) = 103+124+170=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #677CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677CAA is #988355. Grayscale: #7A7A7A. Windows color (decimal): -9995094 or 11172967. OLE color: 11172967.
HSL color Cylindrical-coordinate representation of color #677CAA: hue angle of 221.19º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677CAA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 124 | 170 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.33 |
| HSL | 221.19º | 0.28% | 0.54% | - |
| HSV(B) | 221.19º | 0.39% | 0.67% | - |
| XYZ | 20.06 | 20.2 | 40.87 | - |
| YUV | 122.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 170 | 0.39 | 0.27 | 0 | 0.33 | 221.19 | 0.28 | 0.54 |
| Hex | 67 | 7C | AA | 27 | 1B | 0 | 21 | DD | 1C | 36 |
| Octal | 147 | 174 | 252 | 47 | 33 | 0 | 41 | 335 | 34 | 66 |
| Binary | 1100111 | 1111100 | 10101010 | 100111 | 11011 | 0 | 100001 | 11011101 | 11100 | 110110 |
Color Harmonies of #677CAA
Complementary color
Monochromatic Colors of #677CAA
Black with #677CAA
Text Example
Text Example
White with #677CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677CAA; }
p { color: rgb(103,124,170); }
H1.HeaderClassName
{
color: #677CAA;
}
.AnyTagClassName
{
color: #677CAA;
}
</style>
background-color css
<style>
a { background-color: #677CAA; }
a { background-color: rgb(103,124,170); }
div.DivClassName
{
background-color: #677CAA;
}
.BgClassName
{
background-color: #677CAA;
}
</style>
border-color css
<style>
span { border-color: #677CAA; }
span { border-color: rgb(103,124,170); }
td.TdClassName
{
border-color: #677CAA;
}
.TagClassName
{
border-color: #677CAA;
}
</style>