#667682

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

Shades of Lynch #667682

Tints of Lynch #667682

Color information

#667682 (or 0x667682) is unknown color: approx Lynch. HEX triplet: 66, 76 and 82. RGB value is (102,118,130). Sum of RGB (Red+Green+Blue) = 102+118+130=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #667682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667682 is #99897D. Grayscale: #727272. Windows color (decimal): -10062206 or 8549990. OLE color: 8549990.

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

Color convert

RGB102118130-
CMYK0.220.0900.49
HSL205.71º12.07%45.49%-
HSV(B)205.71º21.54%50.98%-
XYZ15.9917.3923.63-
YUV114.58136.7119.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=29.14%
G=33.71%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021181300.220.0900.49205.7112.0745.49
Hex667682169031cec2d
Octal14616620226110613161455
Binary11001101110110100000101011010010110001110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667682; }

 p { color: rgb(102,118,130); }

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

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

 a { background-color: rgb(102,118,130); }

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

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

 span { border-color: rgb(102,118,130); }

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