Shades of Ship Cove #697CA6
Tints of Ship Cove #697CA6
RGB
CMYK
RGB Variations
Color information
#697CA6 (or 0x697CA6) is known color: Ship Cove. HEX triplet: 69, 7C and A6. RGB value is (105,124,166). Sum of RGB (Red+Green+Blue) = 105+124+166=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 166 - color contains mainly: blue. Hex color #697CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA6 is #968359. Grayscale: #7A7A7A. Windows color (decimal): -9864026 or 10910825. OLE color: 10910825.
HSL color Cylindrical-coordinate representation of color #697CA6: hue angle of 221.31º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697CA6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 124 | 166 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.35 |
| HSL | 221.31º | 0.26% | 0.53% | - |
| HSV(B) | 221.31º | 0.37% | 0.65% | - |
| XYZ | 19.92 | 20.17 | 38.92 | - |
| YUV | 123.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 166 | 0.37 | 0.25 | 0 | 0.35 | 221.31 | 0.26 | 0.53 |
| Hex | 69 | 7C | A6 | 25 | 19 | 0 | 23 | DD | 1A | 35 |
| Octal | 151 | 174 | 246 | 45 | 31 | 0 | 43 | 335 | 32 | 65 |
| Binary | 1101001 | 1111100 | 10100110 | 100101 | 11001 | 0 | 100011 | 11011101 | 11010 | 110101 |
Color Harmonies of #697CA6
Complementary color
Monochromatic Colors of #697CA6
Black with #697CA6
Text Example
Text Example
White with #697CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CA6; }
p { color: rgb(105,124,166); }
H1.HeaderClassName
{
color: #697CA6;
}
.AnyTagClassName
{
color: #697CA6;
}
</style>
background-color css
<style>
a { background-color: #697CA6; }
a { background-color: rgb(105,124,166); }
div.DivClassName
{
background-color: #697CA6;
}
.BgClassName
{
background-color: #697CA6;
}
</style>
border-color css
<style>
span { border-color: #697CA6; }
span { border-color: rgb(105,124,166); }
td.TdClassName
{
border-color: #697CA6;
}
.TagClassName
{
border-color: #697CA6;
}
</style>