#697F8D

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

Shades of Lynch #697F8D

Tints of Lynch #697F8D

Color information

#697F8D (or 0x697F8D) is unknown color: approx Lynch. HEX triplet: 69, 7F and 8D. RGB value is (105,127,141). Sum of RGB (Red+Green+Blue) = 105+127+141=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #697F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F8D is #968072. Grayscale: #797979. Windows color (decimal): -9863283 or 9273193. OLE color: 9273193.

HSL color Cylindrical-coordinate representation of color #697F8D: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697F8D is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105127141-
CMYK0.260.1000.45
HSL203.33º14.63%48.24%-
HSV(B)203.33º25.53%55.29%-
XYZ18.2220.1128.12-
YUV122.02138.71115.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=28.15%
G=34.05%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051271410.260.1000.45203.3314.6348.24
Hex697F8D1AA02Dcbf30
Octal15117721532120553131760
Binary11010011111111100011011101010100101101110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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