#697FAE

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

Shades of Ship Cove #697FAE

Tints of Ship Cove #697FAE

Color information

#697FAE (or 0x697FAE) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and AE. RGB value is (105,127,174). Sum of RGB (Red+Green+Blue) = 105+127+174=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #697FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAE is #968051. Grayscale: #7D7D7D. Windows color (decimal): -9863250 or 11435881. OLE color: 11435881.

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

Color convert

RGB105127174-
CMYK0.400.2700.32
HSL220.87º29.87%54.71%-
HSV(B)220.87º39.66%68.24%-
XYZ21.0621.2443.03-
YUV125.78155.21113.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=25.86%
G=31.28%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051271740.400.2700.32220.8729.8754.71
Hex697FAE281B020dd1e37
Octal15117725650330403353667
Binary11010011111111101011101010001101101000001101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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