#66808C

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

Shades of Lynch #66808C

Tints of Lynch #66808C

Color information

#66808C (or 0x66808C) is unknown color: approx Lynch. HEX triplet: 66, 80 and 8C. RGB value is (102,128,140). Sum of RGB (Red+Green+Blue) = 102+128+140=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #66808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66808C is #997F73. Grayscale: #797979. Windows color (decimal): -10059636 or 9207910. OLE color: 9207910.

HSL color Cylindrical-coordinate representation of color #66808C: hue angle of 198.95º 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 #66808C is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102128140-
CMYK0.270.0900.45
HSL198.95º15.7%47.45%-
HSV(B)198.95º27.14%54.9%-
XYZ17.9320.1627.76-
YUV121.59138.39114.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=27.57%
G=34.59%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021281400.270.0900.45198.9515.747.45
Hex66808C1B902Dc7102f
Octal14620021433110553072057
Binary1100110100000001000110011011100101011011100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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