#697DA6

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

Shades of Ship Cove #697DA6

Tints of Ship Cove #697DA6

Color information

#697DA6 (or 0x697DA6) is unknown color: approx Ship Cove. HEX triplet: 69, 7D and A6. RGB value is (105,125,166). Sum of RGB (Red+Green+Blue) = 105+125+166=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 166 - color contains mainly: blue. Hex color #697DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA6 is #968259. Grayscale: #7B7B7B. Windows color (decimal): -9863770 or 10911081. OLE color: 10911081.

HSL color Cylindrical-coordinate representation of color #697DA6: hue angle of 220.33º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697DA6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB105125166-
CMYK0.370.2500.35
HSL220.33º25.52%53.14%-
HSV(B)220.33º36.75%65.1%-
XYZ20.0420.4238.96-
YUV123.69151.87114.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=26.52%
G=31.57%
B=41.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051251660.370.2500.35220.3325.5253.14
Hex697DA62519023dc1a35
Octal15117524645310433343265
Binary11010011111101101001101001011100101000111101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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