#66798A

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

Shades of Lynch #66798A

Tints of Lynch #66798A

Color information

#66798A (or 0x66798A) is unknown color: approx Lynch. HEX triplet: 66, 79 and 8A. RGB value is (102,121,138). Sum of RGB (Red+Green+Blue) = 102+121+138=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #66798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66798A is #998675. Grayscale: #757575. Windows color (decimal): -10061430 or 9075046. OLE color: 9075046.

HSL color Cylindrical-coordinate representation of color #66798A: hue angle of 208.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66798A is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102121138-
CMYK0.260.1200.46
HSL208.33º15%47.06%-
HSV(B)208.33º26.09%54.12%-
XYZ16.918.3326.69-
YUV117.26139.71117.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=28.25%
G=33.52%
B=38.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021211380.260.1200.46208.331547.06
Hex66798A1AC02Ed0f2f
Octal14617121232140563201757
Binary11001101111001100010101101011000101110110100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66798A; }

 p { color: rgb(102,121,138); }

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

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

 a { background-color: rgb(102,121,138); }

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

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

 span { border-color: rgb(102,121,138); }

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