#667D8B

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

Shades of Lynch #667D8B

Tints of Lynch #667D8B

Color information

#667D8B (or 0x667D8B) is unknown color: approx Lynch. HEX triplet: 66, 7D and 8B. RGB value is (102,125,139). Sum of RGB (Red+Green+Blue) = 102+125+139=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #667D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8B is #998274. Grayscale: #777777. Windows color (decimal): -10060405 or 9141606. OLE color: 9141606.

HSL color Cylindrical-coordinate representation of color #667D8B: hue angle of 202.7º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667D8B is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102125139-
CMYK0.270.1000.45
HSL202.7º15.35%47.25%-
HSV(B)202.7º26.62%54.51%-
XYZ17.4719.3627.24-
YUV119.72138.88115.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=27.87%
G=34.15%
B=37.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021251390.270.1000.45202.715.3547.25
Hex667D8B1BA02Dcbf2f
Octal14617521333120553131757
Binary11001101111101100010111101110100101101110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,125,139); }

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

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

 a { background-color: rgb(102,125,139); }

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

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

 span { border-color: rgb(102,125,139); }

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