Shades of Ship Cove #6681AD
Tints of Ship Cove #6681AD
RGB
CMYK
RGB Variations
Color information
#6681AD (or 0x6681AD) is known color: Ship Cove. HEX triplet: 66, 81 and AD. RGB value is (102,129,173). Sum of RGB (Red+Green+Blue) = 102+129+173=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #6681AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6681AD is #997E52. Grayscale: #7D7D7D. Windows color (decimal): -10059347 or 11370854. OLE color: 11370854.
HSL color Cylindrical-coordinate representation of color #6681AD: hue angle of 217.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6681AD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 129 | 173 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.32 |
| HSL | 217.18º | 0.3% | 0.54% | - |
| HSV(B) | 217.18º | 0.41% | 0.68% | - |
| XYZ | 20.87 | 21.54 | 42.59 | - |
| YUV | 125.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 173 | 0.41 | 0.25 | 0 | 0.32 | 217.18 | 0.3 | 0.54 |
| Hex | 66 | 81 | AD | 29 | 19 | 0 | 20 | D9 | 1E | 36 |
| Octal | 146 | 201 | 255 | 51 | 31 | 0 | 40 | 331 | 36 | 66 |
| Binary | 1100110 | 10000001 | 10101101 | 101001 | 11001 | 0 | 100000 | 11011001 | 11110 | 110110 |
Color Harmonies of #6681AD
Complementary color
Monochromatic Colors of #6681AD
Black with #6681AD
Text Example
Text Example
White with #6681AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681AD; }
p { color: rgb(102,129,173); }
H1.HeaderClassName
{
color: #6681AD;
}
.AnyTagClassName
{
color: #6681AD;
}
</style>
background-color css
<style>
a { background-color: #6681AD; }
a { background-color: rgb(102,129,173); }
div.DivClassName
{
background-color: #6681AD;
}
.BgClassName
{
background-color: #6681AD;
}
</style>
border-color css
<style>
span { border-color: #6681AD; }
span { border-color: rgb(102,129,173); }
td.TdClassName
{
border-color: #6681AD;
}
.TagClassName
{
border-color: #6681AD;
}
</style>