#69757D

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

Shades of Lynch #69757D

Tints of Lynch #69757D

Color information

#69757D (or 0x69757D) is unknown color: approx Lynch. HEX triplet: 69, 75 and 7D. RGB value is (105,117,125). Sum of RGB (Red+Green+Blue) = 105+117+125=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #69757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69757D is #968A82. Grayscale: #727272. Windows color (decimal): -9865859 or 8222057. OLE color: 8222057.

HSL color Cylindrical-coordinate representation of color #69757D: hue angle of 204º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69757D is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105117125-
CMYK0.160.0600.51
HSL204º8.7%45.1%-
HSV(B)204º16%49.02%-
XYZ15.8917.2121.89-
YUV114.32134.02121.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=30.26%
G=33.72%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051171250.160.0600.512048.745.1
Hex69757D106033cc92d
Octal1511651752060633141155
Binary110100111101011111101100001100110011110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69757D; }

 p { color: rgb(105,117,125); }

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

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

 a { background-color: rgb(105,117,125); }

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

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

 span { border-color: rgb(105,117,125); }

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