#637F8F

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

Shades of Lynch #637F8F

Tints of Lynch #637F8F

Color information

#637F8F (or 0x637F8F) is unknown color: approx Lynch. HEX triplet: 63, 7F and 8F. RGB value is (99,127,143). Sum of RGB (Red+Green+Blue) = 99+127+143=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #637F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F8F is #9C8070. Grayscale: #787878. Windows color (decimal): -10256497 or 9404259. OLE color: 9404259.

HSL color Cylindrical-coordinate representation of color #637F8F: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #637F8F is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99127143-
CMYK0.310.1100.44
HSL201.82º18.18%47.45%-
HSV(B)201.82º30.77%56.08%-
XYZ17.6919.8128.88-
YUV120.45140.72112.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=26.83%
G=34.42%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991271430.310.1100.44201.8218.1847.45
Hex637F8F1FB02Cca122f
Octal14317721737130543122257
Binary110001111111111000111111111101101011001100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637F8F; }

 p { color: rgb(99,127,143); }

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

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

 a { background-color: rgb(99,127,143); }

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

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

 span { border-color: rgb(99,127,143); }

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