#697AA6

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

Shades of Ship Cove #697AA6

Tints of Ship Cove #697AA6

Color information

#697AA6 (or 0x697AA6) is unknown color: approx Ship Cove. HEX triplet: 69, 7A and A6. RGB value is (105,122,166). Sum of RGB (Red+Green+Blue) = 105+122+166=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #697AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AA6 is #968559. Grayscale: #797979. Windows color (decimal): -9864538 or 10910313. OLE color: 10910313.

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

Color convert

RGB105122166-
CMYK0.370.2700.35
HSL223.28º25.52%53.14%-
HSV(B)223.28º36.75%65.1%-
XYZ19.6719.6838.84-
YUV121.93152.87115.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=26.72%
G=31.04%
B=42.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051221660.370.2700.35223.2825.5253.14
Hex697AA6251B023df1a35
Octal15117224645330433373265
Binary11010011111010101001101001011101101000111101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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