#697B85

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

Shades of Lynch #697B85

Tints of Lynch #697B85

Color information

#697B85 (or 0x697B85) is unknown color: approx Lynch. HEX triplet: 69, 7B and 85. RGB value is (105,123,133). Sum of RGB (Red+Green+Blue) = 105+123+133=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #697B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B85 is #96847A. Grayscale: #767676. Windows color (decimal): -9864315 or 8747881. OLE color: 8747881.

HSL color Cylindrical-coordinate representation of color #697B85: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697B85 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105123133-
CMYK0.210.0800.48
HSL201.43º11.76%46.67%-
HSV(B)201.43º21.05%52.16%-
XYZ17.1418.8624.93-
YUV118.76136.04118.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=29.09%
G=34.07%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051231330.210.0800.48201.4311.7646.67
Hex697B85158030c9c2f
Octal15117320525100603111457
Binary11010011111011100001011010110000110000110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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