Shades of Ship Cove #697FA9
Tints of Ship Cove #697FA9
RGB
CMYK
RGB Variations
Color information
#697FA9 (or 0x697FA9) is known color: Ship Cove. HEX triplet: 69, 7F and A9. RGB value is (105,127,169). Sum of RGB (Red+Green+Blue) = 105+127+169=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #697FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FA9 is #968056. Grayscale: #7D7D7D. Windows color (decimal): -9863255 or 11108201. OLE color: 11108201.
HSL color Cylindrical-coordinate representation of color #697FA9: hue angle of 219.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697FA9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 127 | 169 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.34 |
| HSL | 219.38º | 0.27% | 0.54% | - |
| HSV(B) | 219.38º | 0.38% | 0.66% | - |
| XYZ | 20.58 | 21.05 | 40.51 | - |
| YUV | 125.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 169 | 0.38 | 0.25 | 0 | 0.34 | 219.38 | 0.27 | 0.54 |
| Hex | 69 | 7F | A9 | 26 | 19 | 0 | 22 | DB | 1B | 36 |
| Octal | 151 | 177 | 251 | 46 | 31 | 0 | 42 | 333 | 33 | 66 |
| Binary | 1101001 | 1111111 | 10101001 | 100110 | 11001 | 0 | 100010 | 11011011 | 11011 | 110110 |
Color Harmonies of #697FA9
Complementary color
Monochromatic Colors of #697FA9
Black with #697FA9
Text Example
Text Example
White with #697FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FA9; }
p { color: rgb(105,127,169); }
H1.HeaderClassName
{
color: #697FA9;
}
.AnyTagClassName
{
color: #697FA9;
}
</style>
background-color css
<style>
a { background-color: #697FA9; }
a { background-color: rgb(105,127,169); }
div.DivClassName
{
background-color: #697FA9;
}
.BgClassName
{
background-color: #697FA9;
}
</style>
border-color css
<style>
span { border-color: #697FA9; }
span { border-color: rgb(105,127,169); }
td.TdClassName
{
border-color: #697FA9;
}
.TagClassName
{
border-color: #697FA9;
}
</style>