Shades of Ship Cove #697AA6
Tints of Ship Cove #697AA6
RGB
CMYK
RGB Variations
Color information
#697AA6 (or 0x697AA6) is known color: Ship Cove. HEX triplet: 69, 7A and A6. RGB value is (105,122,166). Sum of RGB (Red+Green+Blue) = 105+122+166=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #697AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AA6 is #968559. Grayscale: #797979. Windows color (decimal): -9864538 or 10910313. OLE color: 10910313.
HSL color Cylindrical-coordinate representation of color #697AA6: hue angle of 223.28º 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 #697AA6 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 122 | 166 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.35 |
| HSL | 223.28º | 0.26% | 0.53% | - |
| HSV(B) | 223.28º | 0.37% | 0.65% | - |
| XYZ | 19.67 | 19.68 | 38.84 | - |
| YUV | 121.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 166 | 0.37 | 0.27 | 0 | 0.35 | 223.28 | 0.26 | 0.53 |
| Hex | 69 | 7A | A6 | 25 | 1B | 0 | 23 | DF | 1A | 35 |
| Octal | 151 | 172 | 246 | 45 | 33 | 0 | 43 | 337 | 32 | 65 |
| Binary | 1101001 | 1111010 | 10100110 | 100101 | 11011 | 0 | 100011 | 11011111 | 11010 | 110101 |
Color Harmonies of #697AA6
Complementary color
Monochromatic Colors of #697AA6
Black with #697AA6
Text Example
Text Example
White with #697AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AA6; }
p { color: rgb(105,122,166); }
H1.HeaderClassName
{
color: #697AA6;
}
.AnyTagClassName
{
color: #697AA6;
}
</style>
background-color css
<style>
a { background-color: #697AA6; }
a { background-color: rgb(105,122,166); }
div.DivClassName
{
background-color: #697AA6;
}
.BgClassName
{
background-color: #697AA6;
}
</style>
border-color css
<style>
span { border-color: #697AA6; }
span { border-color: rgb(105,122,166); }
td.TdClassName
{
border-color: #697AA6;
}
.TagClassName
{
border-color: #697AA6;
}
</style>