#697984

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

Shades of Lynch #697984

Tints of Lynch #697984

Color information

#697984 (or 0x697984) is unknown color: approx Lynch. HEX triplet: 69, 79 and 84. RGB value is (105,121,132). Sum of RGB (Red+Green+Blue) = 105+121+132=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #697984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697984 is #96867B. Grayscale: #757575. Windows color (decimal): -9864828 or 8681833. OLE color: 8681833.

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

Color convert

RGB105121132-
CMYK0.200.0800.48
HSL204.44º11.39%46.47%-
HSV(B)204.44º20.45%51.76%-
XYZ16.8318.3424.48-
YUV117.47136.2119.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=29.33%
G=33.80%
B=36.87%

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
Decimal1051211320.200.0800.48204.4411.3946.47
Hex697984148030ccb2e
Octal15117120424100603141356
Binary11010011111001100001001010010000110000110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697984; }

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

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

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

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

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

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

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

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