Shades of Ship Cove #697CA1
Tints of Ship Cove #697CA1
RGB
CMYK
RGB Variations
Color information
#697CA1 (or 0x697CA1) is known color: Ship Cove. HEX triplet: 69, 7C and A1. RGB value is (105,124,161). Sum of RGB (Red+Green+Blue) = 105+124+161=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #697CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA1 is #96835E. Grayscale: #7A7A7A. Windows color (decimal): -9864031 or 10583145. OLE color: 10583145.
HSL color Cylindrical-coordinate representation of color #697CA1: hue angle of 219.64º 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 #697CA1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 124 | 161 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.37 |
| HSL | 219.64º | 0.23% | 0.52% | - |
| HSV(B) | 219.64º | 0.35% | 0.63% | - |
| XYZ | 19.47 | 19.99 | 36.55 | - |
| YUV | 122.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 161 | 0.35 | 0.23 | 0 | 0.37 | 219.64 | 0.23 | 0.52 |
| Hex | 69 | 7C | A1 | 23 | 17 | 0 | 25 | DC | 17 | 34 |
| Octal | 151 | 174 | 241 | 43 | 27 | 0 | 45 | 334 | 27 | 64 |
| Binary | 1101001 | 1111100 | 10100001 | 100011 | 10111 | 0 | 100101 | 11011100 | 10111 | 110100 |
Color Harmonies of #697CA1
Complementary color
Monochromatic Colors of #697CA1
Black with #697CA1
Text Example
Text Example
White with #697CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CA1; }
p { color: rgb(105,124,161); }
H1.HeaderClassName
{
color: #697CA1;
}
.AnyTagClassName
{
color: #697CA1;
}
</style>
background-color css
<style>
a { background-color: #697CA1; }
a { background-color: rgb(105,124,161); }
div.DivClassName
{
background-color: #697CA1;
}
.BgClassName
{
background-color: #697CA1;
}
</style>
border-color css
<style>
span { border-color: #697CA1; }
span { border-color: rgb(105,124,161); }
td.TdClassName
{
border-color: #697CA1;
}
.TagClassName
{
border-color: #697CA1;
}
</style>