Shades of Ship Cove #697AA1
Tints of Ship Cove #697AA1
RGB
CMYK
RGB Variations
Color information
#697AA1 (or 0x697AA1) is known color: Ship Cove. HEX triplet: 69, 7A and A1. RGB value is (105,122,161). Sum of RGB (Red+Green+Blue) = 105+122+161=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #697AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AA1 is #96855E. Grayscale: #797979. Windows color (decimal): -9864543 or 10582633. OLE color: 10582633.
HSL color Cylindrical-coordinate representation of color #697AA1: hue angle of 221.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #697AA1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 122 | 161 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.37 |
| HSL | 221.79º | 0.23% | 0.52% | - |
| HSV(B) | 221.79º | 0.35% | 0.63% | - |
| XYZ | 19.22 | 19.5 | 36.47 | - |
| YUV | 121.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 161 | 0.35 | 0.24 | 0 | 0.37 | 221.79 | 0.23 | 0.52 |
| Hex | 69 | 7A | A1 | 23 | 18 | 0 | 25 | DE | 17 | 34 |
| Octal | 151 | 172 | 241 | 43 | 30 | 0 | 45 | 336 | 27 | 64 |
| Binary | 1101001 | 1111010 | 10100001 | 100011 | 11000 | 0 | 100101 | 11011110 | 10111 | 110100 |
Color Harmonies of #697AA1
Complementary color
Monochromatic Colors of #697AA1
Black with #697AA1
Text Example
Text Example
White with #697AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AA1; }
p { color: rgb(105,122,161); }
H1.HeaderClassName
{
color: #697AA1;
}
.AnyTagClassName
{
color: #697AA1;
}
</style>
background-color css
<style>
a { background-color: #697AA1; }
a { background-color: rgb(105,122,161); }
div.DivClassName
{
background-color: #697AA1;
}
.BgClassName
{
background-color: #697AA1;
}
</style>
border-color css
<style>
span { border-color: #697AA1; }
span { border-color: rgb(105,122,161); }
td.TdClassName
{
border-color: #697AA1;
}
.TagClassName
{
border-color: #697AA1;
}
</style>