#667F8E

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

Shades of Lynch #667F8E

Tints of Lynch #667F8E

Color information

#667F8E (or 0x667F8E) is unknown color: approx Lynch. HEX triplet: 66, 7F and 8E. RGB value is (102,127,142). Sum of RGB (Red+Green+Blue) = 102+127+142=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #667F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F8E is #998071. Grayscale: #797979. Windows color (decimal): -10059890 or 9338726. OLE color: 9338726.

HSL color Cylindrical-coordinate representation of color #667F8E: hue angle of 202.5º 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 #667F8E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102127142-
CMYK0.280.1100.44
HSL202.5º16.39%47.84%-
HSV(B)202.5º28.17%55.69%-
XYZ17.9519.9628.5-
YUV121.24139.72114.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=27.49%
G=34.23%
B=38.27%

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
Decimal1021271420.280.1100.44202.516.3947.84
Hex667F8E1CB02Cca1030
Octal14617721634130543122060
Binary110011011111111000111011100101101011001100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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