#667E8E

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

Shades of Lynch #667E8E

Tints of Lynch #667E8E

Color information

#667E8E (or 0x667E8E) is unknown color: approx Lynch. HEX triplet: 66, 7E and 8E. RGB value is (102,126,142). Sum of RGB (Red+Green+Blue) = 102+126+142=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #667E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E8E is #998171. Grayscale: #787878. Windows color (decimal): -10060146 or 9338470. OLE color: 9338470.

HSL color Cylindrical-coordinate representation of color #667E8E: hue angle of 204º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667E8E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102126142-
CMYK0.280.1100.44
HSL204º16.39%47.84%-
HSV(B)204º28.17%55.69%-
XYZ17.8219.728.45-
YUV120.65140.05114.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=27.57%
G=34.05%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021261420.280.1100.4420416.3947.84
Hex667E8E1CB02Ccc1030
Octal14617621634130543142060
Binary110011011111101000111011100101101011001100110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667E8E; }

 p { color: rgb(102,126,142); }

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

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

 a { background-color: rgb(102,126,142); }

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

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

 span { border-color: rgb(102,126,142); }

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