Shades of Ship Cove #697FA3
Tints of Ship Cove #697FA3
RGB
CMYK
RGB Variations
Color information
#697FA3 (or 0x697FA3) is known color: Ship Cove. HEX triplet: 69, 7F and A3. RGB value is (105,127,163). Sum of RGB (Red+Green+Blue) = 105+127+163=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #697FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FA3 is #96805C. Grayscale: #7C7C7C. Windows color (decimal): -9863261 or 10714985. OLE color: 10714985.
HSL color Cylindrical-coordinate representation of color #697FA3: hue angle of 217.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697FA3 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 127 | 163 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.36 |
| HSL | 217.24º | 0.24% | 0.53% | - |
| HSV(B) | 217.24º | 0.36% | 0.64% | - |
| XYZ | 20.03 | 20.83 | 37.61 | - |
| YUV | 124.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 163 | 0.36 | 0.22 | 0 | 0.36 | 217.24 | 0.24 | 0.53 |
| Hex | 69 | 7F | A3 | 24 | 16 | 0 | 24 | D9 | 18 | 35 |
| Octal | 151 | 177 | 243 | 44 | 26 | 0 | 44 | 331 | 30 | 65 |
| Binary | 1101001 | 1111111 | 10100011 | 100100 | 10110 | 0 | 100100 | 11011001 | 11000 | 110101 |
Color Harmonies of #697FA3
Complementary color
Monochromatic Colors of #697FA3
Black with #697FA3
Text Example
Text Example
White with #697FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FA3; }
p { color: rgb(105,127,163); }
H1.HeaderClassName
{
color: #697FA3;
}
.AnyTagClassName
{
color: #697FA3;
}
</style>
background-color css
<style>
a { background-color: #697FA3; }
a { background-color: rgb(105,127,163); }
div.DivClassName
{
background-color: #697FA3;
}
.BgClassName
{
background-color: #697FA3;
}
</style>
border-color css
<style>
span { border-color: #697FA3; }
span { border-color: rgb(105,127,163); }
td.TdClassName
{
border-color: #697FA3;
}
.TagClassName
{
border-color: #697FA3;
}
</style>