#667C8B

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

Shades of Lynch #667C8B

Tints of Lynch #667C8B

Color information

#667C8B (or 0x667C8B) is unknown color: approx Lynch. HEX triplet: 66, 7C and 8B. RGB value is (102,124,139). Sum of RGB (Red+Green+Blue) = 102+124+139=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #667C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8B is #998374. Grayscale: #777777. Windows color (decimal): -10060661 or 9141350. OLE color: 9141350.

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

Color convert

RGB102124139-
CMYK0.270.1100.45
HSL204.32º15.35%47.25%-
HSV(B)204.32º26.62%54.51%-
XYZ17.3519.127.2-
YUV119.13139.21115.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=27.95%
G=33.97%
B=38.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021241390.270.1100.45204.3215.3547.25
Hex667C8B1BB02Dccf2f
Octal14617421333130553141757
Binary11001101111100100010111101110110101101110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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