Shades of Ship Cove #647EAE
Tints of Ship Cove #647EAE
RGB
CMYK
RGB Variations
Color information
#647EAE (or 0x647EAE) is known color: Ship Cove. HEX triplet: 64, 7E and AE. RGB value is (100,126,174). Sum of RGB (Red+Green+Blue) = 100+126+174=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #647EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647EAE is #9B8151. Grayscale: #7B7B7B. Windows color (decimal): -10191186 or 11435620. OLE color: 11435620.
HSL color Cylindrical-coordinate representation of color #647EAE: hue angle of 218.92º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647EAE is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 126 | 174 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.32 |
| HSL | 218.92º | 0.31% | 0.54% | - |
| HSV(B) | 218.92º | 0.43% | 0.68% | - |
| XYZ | 20.36 | 20.69 | 42.96 | - |
| YUV | 123.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 174 | 0.43 | 0.28 | 0 | 0.32 | 218.92 | 0.31 | 0.54 |
| Hex | 64 | 7E | AE | 2B | 1C | 0 | 20 | DB | 1F | 36 |
| Octal | 144 | 176 | 256 | 53 | 34 | 0 | 40 | 333 | 37 | 66 |
| Binary | 1100100 | 1111110 | 10101110 | 101011 | 11100 | 0 | 100000 | 11011011 | 11111 | 110110 |
Color Harmonies of #647EAE
Complementary color
Monochromatic Colors of #647EAE
Black with #647EAE
Text Example
Text Example
White with #647EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EAE; }
p { color: rgb(100,126,174); }
H1.HeaderClassName
{
color: #647EAE;
}
.AnyTagClassName
{
color: #647EAE;
}
</style>
background-color css
<style>
a { background-color: #647EAE; }
a { background-color: rgb(100,126,174); }
div.DivClassName
{
background-color: #647EAE;
}
.BgClassName
{
background-color: #647EAE;
}
</style>
border-color css
<style>
span { border-color: #647EAE; }
span { border-color: rgb(100,126,174); }
td.TdClassName
{
border-color: #647EAE;
}
.TagClassName
{
border-color: #647EAE;
}
</style>