Shades of Ship Cove #697CAA
Tints of Ship Cove #697CAA
RGB
CMYK
RGB Variations
Color information
#697CAA (or 0x697CAA) is known color: Ship Cove. HEX triplet: 69, 7C and AA. RGB value is (105,124,170). Sum of RGB (Red+Green+Blue) = 105+124+170=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #697CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CAA is #968355. Grayscale: #7B7B7B. Windows color (decimal): -9864022 or 11172969. OLE color: 11172969.
HSL color Cylindrical-coordinate representation of color #697CAA: hue angle of 222.46º 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 #697CAA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 124 | 170 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.33 |
| HSL | 222.46º | 0.28% | 0.54% | - |
| HSV(B) | 222.46º | 0.38% | 0.67% | - |
| XYZ | 20.29 | 20.32 | 40.88 | - |
| YUV | 123.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 170 | 0.38 | 0.27 | 0 | 0.33 | 222.46 | 0.28 | 0.54 |
| Hex | 69 | 7C | AA | 26 | 1B | 0 | 21 | DE | 1C | 36 |
| Octal | 151 | 174 | 252 | 46 | 33 | 0 | 41 | 336 | 34 | 66 |
| Binary | 1101001 | 1111100 | 10101010 | 100110 | 11011 | 0 | 100001 | 11011110 | 11100 | 110110 |
Color Harmonies of #697CAA
Complementary color
Monochromatic Colors of #697CAA
Black with #697CAA
Text Example
Text Example
White with #697CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CAA; }
p { color: rgb(105,124,170); }
H1.HeaderClassName
{
color: #697CAA;
}
.AnyTagClassName
{
color: #697CAA;
}
</style>
background-color css
<style>
a { background-color: #697CAA; }
a { background-color: rgb(105,124,170); }
div.DivClassName
{
background-color: #697CAA;
}
.BgClassName
{
background-color: #697CAA;
}
</style>
border-color css
<style>
span { border-color: #697CAA; }
span { border-color: rgb(105,124,170); }
td.TdClassName
{
border-color: #697CAA;
}
.TagClassName
{
border-color: #697CAA;
}
</style>