#667B8D

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

Shades of Lynch #667B8D

Tints of Lynch #667B8D

Color information

#667B8D (or 0x667B8D) is unknown color: approx Lynch. HEX triplet: 66, 7B and 8D. RGB value is (102,123,141). Sum of RGB (Red+Green+Blue) = 102+123+141=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #667B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8D is #998472. Grayscale: #767676. Windows color (decimal): -10060915 or 9272166. OLE color: 9272166.

HSL color Cylindrical-coordinate representation of color #667B8D: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667B8D is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102123141-
CMYK0.280.1300.45
HSL207.69º16.05%47.65%-
HSV(B)207.69º27.66%55.29%-
XYZ17.3718.9127.93-
YUV118.77140.54116.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=27.87%
G=33.61%
B=38.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021231410.280.1300.45207.6916.0547.65
Hex667B8D1CD02Dd01030
Octal14617321534150553202060
Binary110011011110111000110111100110101011011101000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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