#667A8A

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

Shades of Lynch #667A8A

Tints of Lynch #667A8A

Color information

#667A8A (or 0x667A8A) is unknown color: approx Lynch. HEX triplet: 66, 7A and 8A. RGB value is (102,122,138). Sum of RGB (Red+Green+Blue) = 102+122+138=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #667A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A8A is #998575. Grayscale: #757575. Windows color (decimal): -10061174 or 9075302. OLE color: 9075302.

HSL color Cylindrical-coordinate representation of color #667A8A: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #667A8A is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102122138-
CMYK0.260.1200.46
HSL206.67º15%47.06%-
HSV(B)206.67º26.09%54.12%-
XYZ17.0318.5826.73-
YUV117.84139.37116.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=28.18%
G=33.70%
B=38.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021221380.260.1200.46206.671547.06
Hex667A8A1AC02Ecff2f
Octal14617221232140563171757
Binary11001101111010100010101101011000101110110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,122,138); }

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

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

 a { background-color: rgb(102,122,138); }

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

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

 span { border-color: rgb(102,122,138); }

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