#697A84

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

Shades of Lynch #697A84

Tints of Lynch #697A84

Color information

#697A84 (or 0x697A84) is unknown color: approx Lynch. HEX triplet: 69, 7A and 84. RGB value is (105,122,132). Sum of RGB (Red+Green+Blue) = 105+122+132=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #697A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A84 is #96857B. Grayscale: #757575. Windows color (decimal): -9864572 or 8682089. OLE color: 8682089.

HSL color Cylindrical-coordinate representation of color #697A84: hue angle of 202.22º 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 #697A84 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB105122132-
CMYK0.200.0800.48
HSL202.22º11.39%46.47%-
HSV(B)202.22º20.45%51.76%-
XYZ16.9518.5924.52-
YUV118.06135.87118.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=29.25%
G=33.98%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051221320.200.0800.48202.2211.3946.47
Hex697A84148030cab2e
Octal15117220424100603121356
Binary11010011111010100001001010010000110000110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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