Shades of Ship Cove #657DAB
Tints of Ship Cove #657DAB
RGB
CMYK
RGB Variations
Color information
#657DAB (or 0x657DAB) is known color: Ship Cove. HEX triplet: 65, 7D and AB. RGB value is (101,125,171). Sum of RGB (Red+Green+Blue) = 101+125+171=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #657DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAB is #9A8254. Grayscale: #7A7A7A. Windows color (decimal): -10125909 or 11238757. OLE color: 11238757.
HSL color Cylindrical-coordinate representation of color #657DAB: hue angle of 219.43º 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 #657DAB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 125 | 171 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.33 |
| HSL | 219.43º | 0.29% | 0.53% | - |
| HSV(B) | 219.43º | 0.41% | 0.67% | - |
| XYZ | 20.05 | 20.37 | 41.4 | - |
| YUV | 123.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 171 | 0.41 | 0.27 | 0 | 0.33 | 219.43 | 0.29 | 0.53 |
| Hex | 65 | 7D | AB | 29 | 1B | 0 | 21 | DB | 1D | 35 |
| Octal | 145 | 175 | 253 | 51 | 33 | 0 | 41 | 333 | 35 | 65 |
| Binary | 1100101 | 1111101 | 10101011 | 101001 | 11011 | 0 | 100001 | 11011011 | 11101 | 110101 |
Color Harmonies of #657DAB
Complementary color
Monochromatic Colors of #657DAB
Black with #657DAB
Text Example
Text Example
White with #657DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DAB; }
p { color: rgb(101,125,171); }
H1.HeaderClassName
{
color: #657DAB;
}
.AnyTagClassName
{
color: #657DAB;
}
</style>
background-color css
<style>
a { background-color: #657DAB; }
a { background-color: rgb(101,125,171); }
div.DivClassName
{
background-color: #657DAB;
}
.BgClassName
{
background-color: #657DAB;
}
</style>
border-color css
<style>
span { border-color: #657DAB; }
span { border-color: rgb(101,125,171); }
td.TdClassName
{
border-color: #657DAB;
}
.TagClassName
{
border-color: #657DAB;
}
</style>