#697E8B

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

Shades of Lynch #697E8B

Tints of Lynch #697E8B

Color information

#697E8B (or 0x697E8B) is unknown color: approx Lynch. HEX triplet: 69, 7E and 8B. RGB value is (105,126,139). Sum of RGB (Red+Green+Blue) = 105+126+139=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #697E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E8B is #968174. Grayscale: #797979. Windows color (decimal): -9863541 or 9141865. OLE color: 9141865.

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

Color convert

RGB105126139-
CMYK0.240.0900.45
HSL202.94º13.93%47.84%-
HSV(B)202.94º24.46%54.51%-
XYZ17.9519.7927.3-
YUV121.2138.04116.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=28.38%
G=34.05%
B=37.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051261390.240.0900.45202.9413.9347.84
Hex697E8B18902Dcbe30
Octal15117621330110553131660
Binary11010011111110100010111100010010101101110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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