#667985

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

Shades of Lynch #667985

Tints of Lynch #667985

Color information

#667985 (or 0x667985) is unknown color: approx Lynch. HEX triplet: 66, 79 and 85. RGB value is (102,121,133). Sum of RGB (Red+Green+Blue) = 102+121+133=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #667985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667985 is #99867A. Grayscale: #747474. Windows color (decimal): -10061435 or 8747366. OLE color: 8747366.

HSL color Cylindrical-coordinate representation of color #667985: hue angle of 203.23º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667985 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102121133-
CMYK0.230.0900.48
HSL203.23º13.19%46.08%-
HSV(B)203.23º23.31%52.16%-
XYZ16.5518.1924.83-
YUV116.69137.21117.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=28.65%
G=33.99%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021211330.230.0900.48203.2313.1946.08
Hex667985179030cbd2e
Octal14617120527110603131556
Binary11001101111001100001011011110010110000110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667985; }

 p { color: rgb(102,121,133); }

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

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

 a { background-color: rgb(102,121,133); }

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

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

 span { border-color: rgb(102,121,133); }

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