Shades of Ship Cove #697BA1
Tints of Ship Cove #697BA1
RGB
CMYK
RGB Variations
Color information
#697BA1 (or 0x697BA1) is known color: Ship Cove. HEX triplet: 69, 7B and A1. RGB value is (105,123,161). Sum of RGB (Red+Green+Blue) = 105+123+161=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #697BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BA1 is #96845E. Grayscale: #797979. Windows color (decimal): -9864287 or 10582889. OLE color: 10582889.
HSL color Cylindrical-coordinate representation of color #697BA1: hue angle of 220.71º 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 #697BA1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 123 | 161 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.37 |
| HSL | 220.71º | 0.23% | 0.52% | - |
| HSV(B) | 220.71º | 0.35% | 0.63% | - |
| XYZ | 19.34 | 19.74 | 36.51 | - |
| YUV | 121.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 161 | 0.35 | 0.24 | 0 | 0.37 | 220.71 | 0.23 | 0.52 |
| Hex | 69 | 7B | A1 | 23 | 18 | 0 | 25 | DD | 17 | 34 |
| Octal | 151 | 173 | 241 | 43 | 30 | 0 | 45 | 335 | 27 | 64 |
| Binary | 1101001 | 1111011 | 10100001 | 100011 | 11000 | 0 | 100101 | 11011101 | 10111 | 110100 |
Color Harmonies of #697BA1
Complementary color
Monochromatic Colors of #697BA1
Black with #697BA1
Text Example
Text Example
White with #697BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BA1; }
p { color: rgb(105,123,161); }
H1.HeaderClassName
{
color: #697BA1;
}
.AnyTagClassName
{
color: #697BA1;
}
</style>
background-color css
<style>
a { background-color: #697BA1; }
a { background-color: rgb(105,123,161); }
div.DivClassName
{
background-color: #697BA1;
}
.BgClassName
{
background-color: #697BA1;
}
</style>
border-color css
<style>
span { border-color: #697BA1; }
span { border-color: rgb(105,123,161); }
td.TdClassName
{
border-color: #697BA1;
}
.TagClassName
{
border-color: #697BA1;
}
</style>