Shades of Ship Cove #697CA5
Tints of Ship Cove #697CA5
RGB
CMYK
RGB Variations
Color information
#697CA5 (or 0x697CA5) is known color: Ship Cove. HEX triplet: 69, 7C and A5. RGB value is (105,124,165). Sum of RGB (Red+Green+Blue) = 105+124+165=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #697CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CA5 is #96835A. Grayscale: #7A7A7A. Windows color (decimal): -9864027 or 10845289. OLE color: 10845289.
HSL color Cylindrical-coordinate representation of color #697CA5: hue angle of 221º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697CA5 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 124 | 165 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.35 |
| HSL | 221º | 0.25% | 0.53% | - |
| HSV(B) | 221º | 0.36% | 0.65% | - |
| XYZ | 19.82 | 20.14 | 38.44 | - |
| YUV | 122.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 165 | 0.36 | 0.25 | 0 | 0.35 | 221 | 0.25 | 0.53 |
| Hex | 69 | 7C | A5 | 24 | 19 | 0 | 23 | DD | 19 | 35 |
| Octal | 151 | 174 | 245 | 44 | 31 | 0 | 43 | 335 | 31 | 65 |
| Binary | 1101001 | 1111100 | 10100101 | 100100 | 11001 | 0 | 100011 | 11011101 | 11001 | 110101 |
Color Harmonies of #697CA5
Complementary color
Monochromatic Colors of #697CA5
Black with #697CA5
Text Example
Text Example
White with #697CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CA5; }
p { color: rgb(105,124,165); }
H1.HeaderClassName
{
color: #697CA5;
}
.AnyTagClassName
{
color: #697CA5;
}
</style>
background-color css
<style>
a { background-color: #697CA5; }
a { background-color: rgb(105,124,165); }
div.DivClassName
{
background-color: #697CA5;
}
.BgClassName
{
background-color: #697CA5;
}
</style>
border-color css
<style>
span { border-color: #697CA5; }
span { border-color: rgb(105,124,165); }
td.TdClassName
{
border-color: #697CA5;
}
.TagClassName
{
border-color: #697CA5;
}
</style>