Shades of Ship Cove #657EAC
Tints of Ship Cove #657EAC
RGB
CMYK
RGB Variations
Color information
#657EAC (or 0x657EAC) is known color: Ship Cove. HEX triplet: 65, 7E and AC. RGB value is (101,126,172). Sum of RGB (Red+Green+Blue) = 101+126+172=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #657EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EAC is #9A8153. Grayscale: #7B7B7B. Windows color (decimal): -10125652 or 11304549. OLE color: 11304549.
HSL color Cylindrical-coordinate representation of color #657EAC: hue angle of 218.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657EAC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 126 | 172 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.33 |
| HSL | 218.87º | 0.3% | 0.54% | - |
| HSV(B) | 218.87º | 0.41% | 0.67% | - |
| XYZ | 20.27 | 20.67 | 41.95 | - |
| YUV | 123.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 172 | 0.41 | 0.27 | 0 | 0.33 | 218.87 | 0.3 | 0.54 |
| Hex | 65 | 7E | AC | 29 | 1B | 0 | 21 | DB | 1E | 36 |
| Octal | 145 | 176 | 254 | 51 | 33 | 0 | 41 | 333 | 36 | 66 |
| Binary | 1100101 | 1111110 | 10101100 | 101001 | 11011 | 0 | 100001 | 11011011 | 11110 | 110110 |
Color Harmonies of #657EAC
Complementary color
Monochromatic Colors of #657EAC
Black with #657EAC
Text Example
Text Example
White with #657EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EAC; }
p { color: rgb(101,126,172); }
H1.HeaderClassName
{
color: #657EAC;
}
.AnyTagClassName
{
color: #657EAC;
}
</style>
background-color css
<style>
a { background-color: #657EAC; }
a { background-color: rgb(101,126,172); }
div.DivClassName
{
background-color: #657EAC;
}
.BgClassName
{
background-color: #657EAC;
}
</style>
border-color css
<style>
span { border-color: #657EAC; }
span { border-color: rgb(101,126,172); }
td.TdClassName
{
border-color: #657EAC;
}
.TagClassName
{
border-color: #657EAC;
}
</style>