Shades of Ship Cove #657DA8
Tints of Ship Cove #657DA8
RGB
CMYK
RGB Variations
Color information
#657DA8 (or 0x657DA8) is known color: Ship Cove. HEX triplet: 65, 7D and A8. RGB value is (101,125,168). Sum of RGB (Red+Green+Blue) = 101+125+168=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #657DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DA8 is #9A8257. Grayscale: #7A7A7A. Windows color (decimal): -10125912 or 11042149. OLE color: 11042149.
HSL color Cylindrical-coordinate representation of color #657DA8: hue angle of 218.51º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #657DA8 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 125 | 168 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.34 |
| HSL | 218.51º | 0.28% | 0.53% | - |
| HSV(B) | 218.51º | 0.4% | 0.66% | - |
| XYZ | 19.77 | 20.26 | 39.91 | - |
| YUV | 122.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 168 | 0.40 | 0.26 | 0 | 0.34 | 218.51 | 0.28 | 0.53 |
| Hex | 65 | 7D | A8 | 28 | 1A | 0 | 22 | DB | 1C | 35 |
| Octal | 145 | 175 | 250 | 50 | 32 | 0 | 42 | 333 | 34 | 65 |
| Binary | 1100101 | 1111101 | 10101000 | 101000 | 11010 | 0 | 100010 | 11011011 | 11100 | 110101 |
Color Harmonies of #657DA8
Complementary color
Monochromatic Colors of #657DA8
Black with #657DA8
Text Example
Text Example
White with #657DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DA8; }
p { color: rgb(101,125,168); }
H1.HeaderClassName
{
color: #657DA8;
}
.AnyTagClassName
{
color: #657DA8;
}
</style>
background-color css
<style>
a { background-color: #657DA8; }
a { background-color: rgb(101,125,168); }
div.DivClassName
{
background-color: #657DA8;
}
.BgClassName
{
background-color: #657DA8;
}
</style>
border-color css
<style>
span { border-color: #657DA8; }
span { border-color: rgb(101,125,168); }
td.TdClassName
{
border-color: #657DA8;
}
.TagClassName
{
border-color: #657DA8;
}
</style>