Shades of Ship Cove #637DAD
Tints of Ship Cove #637DAD
RGB
CMYK
RGB Variations
Color information
#637DAD (or 0x637DAD) is known color: Ship Cove. HEX triplet: 63, 7D and AD. RGB value is (99,125,173). Sum of RGB (Red+Green+Blue) = 99+125+173=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #637DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637DAD is #9C8252. Grayscale: #7A7A7A. Windows color (decimal): -10256979 or 11369827. OLE color: 11369827.
HSL color Cylindrical-coordinate representation of color #637DAD: hue angle of 218.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637DAD is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 125 | 173 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.32 |
| HSL | 218.92º | 0.31% | 0.53% | - |
| HSV(B) | 218.92º | 0.43% | 0.68% | - |
| XYZ | 20.02 | 20.34 | 42.41 | - |
| YUV | 122.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 173 | 0.43 | 0.28 | 0 | 0.32 | 218.92 | 0.31 | 0.53 |
| Hex | 63 | 7D | AD | 2B | 1C | 0 | 20 | DB | 1F | 35 |
| Octal | 143 | 175 | 255 | 53 | 34 | 0 | 40 | 333 | 37 | 65 |
| Binary | 1100011 | 1111101 | 10101101 | 101011 | 11100 | 0 | 100000 | 11011011 | 11111 | 110101 |
Color Harmonies of #637DAD
Complementary color
Monochromatic Colors of #637DAD
Black with #637DAD
Text Example
Text Example
White with #637DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637DAD; }
p { color: rgb(99,125,173); }
H1.HeaderClassName
{
color: #637DAD;
}
.AnyTagClassName
{
color: #637DAD;
}
</style>
background-color css
<style>
a { background-color: #637DAD; }
a { background-color: rgb(99,125,173); }
div.DivClassName
{
background-color: #637DAD;
}
.BgClassName
{
background-color: #637DAD;
}
</style>
border-color css
<style>
span { border-color: #637DAD; }
span { border-color: rgb(99,125,173); }
td.TdClassName
{
border-color: #637DAD;
}
.TagClassName
{
border-color: #637DAD;
}
</style>