#697981

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

Shades of Lynch #697981

Tints of Lynch #697981

Color information

#697981 (or 0x697981) is unknown color: approx Lynch. HEX triplet: 69, 79 and 81. RGB value is (105,121,129). Sum of RGB (Red+Green+Blue) = 105+121+129=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #697981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697981 is #96867E. Grayscale: #757575. Windows color (decimal): -9864831 or 8485225. OLE color: 8485225.

HSL color Cylindrical-coordinate representation of color #697981: hue angle of 200º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697981 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105121129-
CMYK0.190.0600.49
HSL200º10.26%45.88%-
HSV(B)200º18.6%50.59%-
XYZ16.6318.2623.42-
YUV117.13134.7119.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=29.58%
G=34.08%
B=36.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051211290.190.0600.4920010.2645.88
Hex697981136031c8a2e
Octal1511712012360613101256
Binary1101001111100110000001100111100110001110010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697981; }

 p { color: rgb(105,121,129); }

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

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

 a { background-color: rgb(105,121,129); }

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

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

 span { border-color: rgb(105,121,129); }

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