Shades of Ship Cove #697CAC
Tints of Ship Cove #697CAC
RGB
CMYK
RGB Variations
Color information
#697CAC (or 0x697CAC) is known color: Ship Cove. HEX triplet: 69, 7C and AC. RGB value is (105,124,172). Sum of RGB (Red+Green+Blue) = 105+124+172=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #697CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CAC is #968353. Grayscale: #7B7B7B. Windows color (decimal): -9864020 or 11304041. OLE color: 11304041.
HSL color Cylindrical-coordinate representation of color #697CAC: hue angle of 222.99º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697CAC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 124 | 172 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.33 |
| HSL | 222.99º | 0.29% | 0.54% | - |
| HSV(B) | 222.99º | 0.39% | 0.67% | - |
| XYZ | 20.48 | 20.4 | 41.89 | - |
| YUV | 123.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 172 | 0.39 | 0.28 | 0 | 0.33 | 222.99 | 0.29 | 0.54 |
| Hex | 69 | 7C | AC | 27 | 1C | 0 | 21 | DF | 1D | 36 |
| Octal | 151 | 174 | 254 | 47 | 34 | 0 | 41 | 337 | 35 | 66 |
| Binary | 1101001 | 1111100 | 10101100 | 100111 | 11100 | 0 | 100001 | 11011111 | 11101 | 110110 |
Color Harmonies of #697CAC
Complementary color
Monochromatic Colors of #697CAC
Black with #697CAC
Text Example
Text Example
White with #697CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CAC; }
p { color: rgb(105,124,172); }
H1.HeaderClassName
{
color: #697CAC;
}
.AnyTagClassName
{
color: #697CAC;
}
</style>
background-color css
<style>
a { background-color: #697CAC; }
a { background-color: rgb(105,124,172); }
div.DivClassName
{
background-color: #697CAC;
}
.BgClassName
{
background-color: #697CAC;
}
</style>
border-color css
<style>
span { border-color: #697CAC; }
span { border-color: rgb(105,124,172); }
td.TdClassName
{
border-color: #697CAC;
}
.TagClassName
{
border-color: #697CAC;
}
</style>