#697FAC

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

Shades of Ship Cove #697FAC

Tints of Ship Cove #697FAC

Color information

#697FAC (or 0x697FAC) is unknown color: approx Ship Cove. HEX triplet: 69, 7F and AC. RGB value is (105,127,172). Sum of RGB (Red+Green+Blue) = 105+127+172=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #697FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697FAC is #968053. Grayscale: #7D7D7D. Windows color (decimal): -9863252 or 11304809. OLE color: 11304809.

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

Color convert

RGB105127172-
CMYK0.390.2600.33
HSL220.3º28.76%54.31%-
HSV(B)220.3º38.95%67.45%-
XYZ20.8621.1642.01-
YUV125.55154.21113.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=25.99%
G=31.44%
B=42.57%

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
Decimal1051271720.390.2600.33220.328.7654.31
Hex697FAC271A021dc1d36
Octal15117725447320413343566
Binary11010011111111101011001001111101001000011101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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