#667B8B

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

Shades of Lynch #667B8B

Tints of Lynch #667B8B

Color information

#667B8B (or 0x667B8B) is unknown color: approx Lynch. HEX triplet: 66, 7B and 8B. RGB value is (102,123,139). Sum of RGB (Red+Green+Blue) = 102+123+139=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #667B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8B is #998474. Grayscale: #767676. Windows color (decimal): -10060917 or 9141094. OLE color: 9141094.

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

Color convert

RGB102123139-
CMYK0.270.1200.45
HSL205.95º15.35%47.25%-
HSV(B)205.95º26.62%54.51%-
XYZ17.2218.8527.16-
YUV118.54139.54116.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=28.02%
G=33.79%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021231390.270.1200.45205.9515.3547.25
Hex667B8B1BC02Dcef2f
Octal14617321333140553161757
Binary11001101111011100010111101111000101101110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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