Shades of Ship Cove #697BA9
Tints of Ship Cove #697BA9
RGB
CMYK
RGB Variations
Color information
#697BA9 (or 0x697BA9) is known color: Ship Cove. HEX triplet: 69, 7B and A9. RGB value is (105,123,169). Sum of RGB (Red+Green+Blue) = 105+123+169=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #697BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BA9 is #968456. Grayscale: #7A7A7A. Windows color (decimal): -9864279 or 11107177. OLE color: 11107177.
HSL color Cylindrical-coordinate representation of color #697BA9: hue angle of 223.12º 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 #697BA9 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 123 | 169 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.34 |
| HSL | 223.13º | 0.27% | 0.54% | - |
| HSV(B) | 223.13º | 0.38% | 0.66% | - |
| XYZ | 20.07 | 20.03 | 40.35 | - |
| YUV | 122.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 169 | 0.38 | 0.27 | 0 | 0.34 | 223.13 | 0.27 | 0.54 |
| Hex | 69 | 7B | A9 | 26 | 1B | 0 | 22 | DF | 1B | 36 |
| Octal | 151 | 173 | 251 | 46 | 33 | 0 | 42 | 337 | 33 | 66 |
| Binary | 1101001 | 1111011 | 10101001 | 100110 | 11011 | 0 | 100010 | 11011111 | 11011 | 110110 |
Color Harmonies of #697BA9
Complementary color
Monochromatic Colors of #697BA9
Black with #697BA9
Text Example
Text Example
White with #697BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BA9; }
p { color: rgb(105,123,169); }
H1.HeaderClassName
{
color: #697BA9;
}
.AnyTagClassName
{
color: #697BA9;
}
</style>
background-color css
<style>
a { background-color: #697BA9; }
a { background-color: rgb(105,123,169); }
div.DivClassName
{
background-color: #697BA9;
}
.BgClassName
{
background-color: #697BA9;
}
</style>
border-color css
<style>
span { border-color: #697BA9; }
span { border-color: rgb(105,123,169); }
td.TdClassName
{
border-color: #697BA9;
}
.TagClassName
{
border-color: #697BA9;
}
</style>