Shades of Ship Cove #697DAA
Tints of Ship Cove #697DAA
RGB
CMYK
RGB Variations
Color information
#697DAA (or 0x697DAA) is known color: Ship Cove. HEX triplet: 69, 7D and AA. RGB value is (105,125,170). Sum of RGB (Red+Green+Blue) = 105+125+170=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #697DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DAA is #968255. Grayscale: #7B7B7B. Windows color (decimal): -9863766 or 11173225. OLE color: 11173225.
HSL color Cylindrical-coordinate representation of color #697DAA: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697DAA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 125 | 170 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.33 |
| HSL | 221.54º | 0.28% | 0.54% | - |
| HSV(B) | 221.54º | 0.38% | 0.67% | - |
| XYZ | 20.42 | 20.57 | 40.93 | - |
| YUV | 124.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 170 | 0.38 | 0.26 | 0 | 0.33 | 221.54 | 0.28 | 0.54 |
| Hex | 69 | 7D | AA | 26 | 1A | 0 | 21 | DE | 1C | 36 |
| Octal | 151 | 175 | 252 | 46 | 32 | 0 | 41 | 336 | 34 | 66 |
| Binary | 1101001 | 1111101 | 10101010 | 100110 | 11010 | 0 | 100001 | 11011110 | 11100 | 110110 |
Color Harmonies of #697DAA
Complementary color
Monochromatic Colors of #697DAA
Black with #697DAA
Text Example
Text Example
White with #697DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DAA; }
p { color: rgb(105,125,170); }
H1.HeaderClassName
{
color: #697DAA;
}
.AnyTagClassName
{
color: #697DAA;
}
</style>
background-color css
<style>
a { background-color: #697DAA; }
a { background-color: rgb(105,125,170); }
div.DivClassName
{
background-color: #697DAA;
}
.BgClassName
{
background-color: #697DAA;
}
</style>
border-color css
<style>
span { border-color: #697DAA; }
span { border-color: rgb(105,125,170); }
td.TdClassName
{
border-color: #697DAA;
}
.TagClassName
{
border-color: #697DAA;
}
</style>