#697DA5

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

Shades of Ship Cove #697DA5

Tints of Ship Cove #697DA5

Color information

#697DA5 (or 0x697DA5) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and A5. RGB value is (105,125,165). Sum of RGB (Red+Green+Blue) = 105+125+165=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #697DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA5 is #96825A. Grayscale: #7B7B7B. Windows color (decimal): -9863771 or 10845545. OLE color: 10845545.

HSL color Cylindrical-coordinate representation of color #697DA5: hue angle of 220º 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 #697DA5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB105125165-
CMYK0.360.2400.35
HSL220º25%52.94%-
HSV(B)220º36.36%64.71%-
XYZ19.9520.3938.48-
YUV123.58151.37114.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=26.58%
G=31.65%
B=41.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051251650.360.2400.352202552.94
Hex697DA52418023dc1935
Octal15117524544300433343165
Binary11010011111101101001011001001100001000111101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,165); }

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

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

 a { background-color: rgb(105,125,165); }

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

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

 span { border-color: rgb(105,125,165); }

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