Shades of Ship Cove #657DAA
Tints of Ship Cove #657DAA
RGB
CMYK
RGB Variations
Color information
#657DAA (or 0x657DAA) is known color: Ship Cove. HEX triplet: 65, 7D and AA. RGB value is (101,125,170). Sum of RGB (Red+Green+Blue) = 101+125+170=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #657DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAA is #9A8255. Grayscale: #7A7A7A. Windows color (decimal): -10125910 or 11173221. OLE color: 11173221.
HSL color Cylindrical-coordinate representation of color #657DAA: hue angle of 219.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657DAA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 125 | 170 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.33 |
| HSL | 219.13º | 0.29% | 0.53% | - |
| HSV(B) | 219.13º | 0.41% | 0.67% | - |
| XYZ | 19.96 | 20.34 | 40.9 | - |
| YUV | 122.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 170 | 0.41 | 0.26 | 0 | 0.33 | 219.13 | 0.29 | 0.53 |
| Hex | 65 | 7D | AA | 29 | 1A | 0 | 21 | DB | 1D | 35 |
| Octal | 145 | 175 | 252 | 51 | 32 | 0 | 41 | 333 | 35 | 65 |
| Binary | 1100101 | 1111101 | 10101010 | 101001 | 11010 | 0 | 100001 | 11011011 | 11101 | 110101 |
Color Harmonies of #657DAA
Complementary color
Monochromatic Colors of #657DAA
Black with #657DAA
Text Example
Text Example
White with #657DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DAA; }
p { color: rgb(101,125,170); }
H1.HeaderClassName
{
color: #657DAA;
}
.AnyTagClassName
{
color: #657DAA;
}
</style>
background-color css
<style>
a { background-color: #657DAA; }
a { background-color: rgb(101,125,170); }
div.DivClassName
{
background-color: #657DAA;
}
.BgClassName
{
background-color: #657DAA;
}
</style>
border-color css
<style>
span { border-color: #657DAA; }
span { border-color: rgb(101,125,170); }
td.TdClassName
{
border-color: #657DAA;
}
.TagClassName
{
border-color: #657DAA;
}
</style>