#697FA9

Color #697FA9 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #697FA9

Tints of Ship Cove #697FA9

Color information

#697FA9 (or 0x697FA9) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and A9. RGB value is (105,127,169). Sum of RGB (Red+Green+Blue) = 105+127+169=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #697FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FA9 is #968056. Grayscale: #7D7D7D. Windows color (decimal): -9863255 or 11108201. OLE color: 11108201.

HSL color Cylindrical-coordinate representation of color #697FA9: hue angle of 219.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697FA9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB105127169-
CMYK0.380.2500.34
HSL219.38º27.12%53.73%-
HSV(B)219.38º37.87%66.27%-
XYZ20.5821.0540.51-
YUV125.21152.71113.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=26.18%
G=31.67%
B=42.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051271690.380.2500.34219.3827.1253.73
Hex697FA92619022db1b36
Octal15117725146310423333366
Binary11010011111111101010011001101100101000101101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697FA9; }

 p { color: rgb(105,127,169); }

 H1.HeaderClassName
 {
   color: #697FA9;
 }
 .AnyTagClassName
 {
   color: #697FA9;
 }
</style>
background-color css

<style>
 a { background-color: #697FA9; }

 a { background-color: rgb(105,127,169); }

 div.DivClassName
 {
   background-color: #697FA9;
 }
 .BgClassName
 {
   background-color: #697FA9;
 }
</style>
border-color css

<style>
 span { border-color: #697FA9; }

 span { border-color: rgb(105,127,169); }

 td.TdClassName
 {
   border-color: #697FA9;
 }
 .TagClassName
 {
   border-color: #697FA9;
 }
</style>