#697FAB

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

Shades of Ship Cove #697FAB

Tints of Ship Cove #697FAB

Color information

#697FAB (or 0x697FAB) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and AB. RGB value is (105,127,171). Sum of RGB (Red+Green+Blue) = 105+127+171=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #697FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAB is #968054. Grayscale: #7D7D7D. Windows color (decimal): -9863253 or 11239273. OLE color: 11239273.

HSL color Cylindrical-coordinate representation of color #697FAB: hue angle of 220º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697FAB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105127171-
CMYK0.390.2600.33
HSL220º28.21%54.12%-
HSV(B)220º38.6%67.06%-
XYZ20.7721.1241.51-
YUV125.44153.71113.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=26.05%
G=31.51%
B=42.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051271710.390.2600.3322028.2154.12
Hex697FAB271A021dc1c36
Octal15117725347320413343466
Binary11010011111111101010111001111101001000011101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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