#697C8A

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

Shades of Lynch #697C8A

Tints of Lynch #697C8A

Color information

#697C8A (or 0x697C8A) is unknown color: approx Lynch. HEX triplet: 69, 7C and 8A. RGB value is (105,124,138). Sum of RGB (Red+Green+Blue) = 105+124+138=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #697C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C8A is #968375. Grayscale: #777777. Windows color (decimal): -9864054 or 9075817. OLE color: 9075817.

HSL color Cylindrical-coordinate representation of color #697C8A: hue angle of 205.45º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #697C8A is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105124138-
CMYK0.240.1000.46
HSL205.45º13.58%47.65%-
HSV(B)205.45º23.91%54.12%-
XYZ17.6219.2526.83-
YUV119.92138.21117.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=28.61%
G=33.79%
B=37.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051241380.240.1000.46205.4513.5847.65
Hex697C8A18A02Ecde30
Octal15117421230120563151660
Binary11010011111100100010101100010100101110110011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,124,138); }

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

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

 a { background-color: rgb(105,124,138); }

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

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

 span { border-color: rgb(105,124,138); }

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