#667F90

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

Shades of Lynch #667F90

Tints of Lynch #667F90

Color information

#667F90 (or 0x667F90) is unknown color: approx Lynch. HEX triplet: 66, 7F and 90. RGB value is (102,127,144). Sum of RGB (Red+Green+Blue) = 102+127+144=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #667F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F90 is #99806F. Grayscale: #797979. Windows color (decimal): -10059888 or 9469798. OLE color: 9469798.

HSL color Cylindrical-coordinate representation of color #667F90: hue angle of 204.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667F90 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102127144-
CMYK0.290.1200.44
HSL204.29º17.07%48.24%-
HSV(B)204.29º29.17%56.47%-
XYZ18.120.0229.3-
YUV121.46140.72114.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=27.35%
G=34.05%
B=38.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021271440.290.1200.44204.2917.0748.24
Hex667F901DC02Ccc1130
Octal14617722035140543142160
Binary110011011111111001000011101110001011001100110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,144); }

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

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

 a { background-color: rgb(102,127,144); }

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

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

 span { border-color: rgb(102,127,144); }

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