#697982

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

Shades of Lynch #697982

Tints of Lynch #697982

Color information

#697982 (or 0x697982) is unknown color: approx Lynch. HEX triplet: 69, 79 and 82. RGB value is (105,121,130). Sum of RGB (Red+Green+Blue) = 105+121+130=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #697982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697982 is #96867D. Grayscale: #757575. Windows color (decimal): -9864830 or 8550761. OLE color: 8550761.

HSL color Cylindrical-coordinate representation of color #697982: hue angle of 201.6º degrees, saturation: 0.11, 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 #697982 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105121130-
CMYK0.190.0700.49
HSL201.6º10.64%46.08%-
HSV(B)201.6º19.23%50.98%-
XYZ16.6918.2923.77-
YUV117.24135.2119.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=29.49%
G=33.99%
B=36.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051211300.190.0700.49201.610.6446.08
Hex697982137031cab2e
Octal1511712022370613121356
Binary1101001111100110000010100111110110001110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697982; }

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

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

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

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

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

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

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

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