#697B84

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

Shades of Lynch #697B84

Tints of Lynch #697B84

Color information

#697B84 (or 0x697B84) is unknown color: approx Lynch. HEX triplet: 69, 7B and 84. RGB value is (105,123,132). Sum of RGB (Red+Green+Blue) = 105+123+132=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #697B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B84 is #96847B. Grayscale: #767676. Windows color (decimal): -9864316 or 8682345. OLE color: 8682345.

HSL color Cylindrical-coordinate representation of color #697B84: hue angle of 200º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697B84 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105123132-
CMYK0.200.0700.48
HSL200º11.39%46.47%-
HSV(B)200º20.45%51.76%-
XYZ17.0718.8424.57-
YUV118.64135.54118.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=29.17%
G=34.17%
B=36.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051231320.200.0700.4820011.3946.47
Hex697B84147030c8b2e
Octal1511732042470603101356
Binary1101001111101110000100101001110110000110010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,132); }

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

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

 a { background-color: rgb(105,123,132); }

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

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

 span { border-color: rgb(105,123,132); }

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