#667A8D

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

Shades of Lynch #667A8D

Tints of Lynch #667A8D

Color information

#667A8D (or 0x667A8D) is unknown color: approx Lynch. HEX triplet: 66, 7A and 8D. RGB value is (102,122,141). Sum of RGB (Red+Green+Blue) = 102+122+141=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #667A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A8D is #998572. Grayscale: #767676. Windows color (decimal): -10061171 or 9271910. OLE color: 9271910.

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

Color convert

RGB102122141-
CMYK0.280.1300.45
HSL209.23º16.05%47.65%-
HSV(B)209.23º27.66%55.29%-
XYZ17.2518.6727.89-
YUV118.19140.87116.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=27.95%
G=33.42%
B=38.63%

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
Decimal1021221410.280.1300.45209.2316.0547.65
Hex667A8D1CD02Dd11030
Octal14617221534150553212060
Binary110011011110101000110111100110101011011101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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