#66798C

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

Shades of Lynch #66798C

Tints of Lynch #66798C

Color information

#66798C (or 0x66798C) is unknown color: approx Lynch. HEX triplet: 66, 79 and 8C. RGB value is (102,121,140). Sum of RGB (Red+Green+Blue) = 102+121+140=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #66798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66798C is #998673. Grayscale: #757575. Windows color (decimal): -10061428 or 9206118. OLE color: 9206118.

HSL color Cylindrical-coordinate representation of color #66798C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66798C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102121140-
CMYK0.270.1400.45
HSL210º15.7%47.45%-
HSV(B)210º27.14%54.9%-
XYZ17.0518.3927.46-
YUV117.49140.71116.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=28.10%
G=33.33%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021211400.270.1400.4521015.747.45
Hex66798C1BE02Dd2102f
Octal14617121433160553222057
Binary110011011110011000110011011111001011011101001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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