#697EAE

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

Shades of Ship Cove #697EAE

Tints of Ship Cove #697EAE

Color information

#697EAE (or 0x697EAE) is unknown color: approx Ship Cove. HEX triplet: 69, 7E and AE. RGB value is (105,126,174). Sum of RGB (Red+Green+Blue) = 105+126+174=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #697EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697EAE is #968151. Grayscale: #7C7C7C. Windows color (decimal): -9863506 or 11435625. OLE color: 11435625.

HSL color Cylindrical-coordinate representation of color #697EAE: hue angle of 221.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697EAE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105126174-
CMYK0.400.2800.32
HSL221.74º29.87%54.71%-
HSV(B)221.74º39.66%68.24%-
XYZ20.9320.9842.99-
YUV125.19155.54113.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=25.93%
G=31.11%
B=42.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051261740.400.2800.32221.7429.8754.71
Hex697EAE281C020de1e37
Octal15117625650340403363667
Binary11010011111110101011101010001110001000001101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,126,174); }

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

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

 a { background-color: rgb(105,126,174); }

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

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

 span { border-color: rgb(105,126,174); }

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