#697EAB

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

Shades of Ship Cove #697EAB

Tints of Ship Cove #697EAB

Color information

#697EAB (or 0x697EAB) is unknown color: approx Ship Cove. HEX triplet: 69, 7E and AB. RGB value is (105,126,171). Sum of RGB (Red+Green+Blue) = 105+126+171=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #697EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697EAB is #968154. Grayscale: #7C7C7C. Windows color (decimal): -9863509 or 11239017. OLE color: 11239017.

HSL color Cylindrical-coordinate representation of color #697EAB: hue angle of 220.91º 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 #697EAB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105126171-
CMYK0.390.2600.33
HSL220.91º28.21%54.12%-
HSV(B)220.91º38.6%67.06%-
XYZ20.6420.8741.47-
YUV124.85154.04113.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=26.12%
G=31.34%
B=42.54%

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
Decimal1051261710.390.2600.33220.9128.2154.12
Hex697EAB271A021dd1c36
Octal15117625347320413353466
Binary11010011111110101010111001111101001000011101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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