#667B8A

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

Shades of Lynch #667B8A

Tints of Lynch #667B8A

Color information

#667B8A (or 0x667B8A) is unknown color: approx Lynch. HEX triplet: 66, 7B and 8A. RGB value is (102,123,138). Sum of RGB (Red+Green+Blue) = 102+123+138=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #667B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8A is #998475. Grayscale: #767676. Windows color (decimal): -10060918 or 9075558. OLE color: 9075558.

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

Color convert

RGB102123138-
CMYK0.260.1100.46
HSL205º15%47.06%-
HSV(B)205º26.09%54.12%-
XYZ17.1518.8326.77-
YUV118.43139.04116.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=28.10%
G=33.88%
B=38.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021231380.260.1100.462051547.06
Hex667B8A1AB02Ecdf2f
Octal14617321232130563151757
Binary11001101111011100010101101010110101110110011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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