#637685

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

Shades of Lynch #637685

Tints of Lynch #637685

Color information

#637685 (or 0x637685) is unknown color: approx Lynch. HEX triplet: 63, 76 and 85. RGB value is (99,118,133). Sum of RGB (Red+Green+Blue) = 99+118+133=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #637685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637685 is #9C897A. Grayscale: #717171. Windows color (decimal): -10258811 or 8746595. OLE color: 8746595.

HSL color Cylindrical-coordinate representation of color #637685: hue angle of 206.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #637685 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99118133-
CMYK0.260.1100.48
HSL206.47º14.66%45.49%-
HSV(B)206.47º25.56%52.16%-
XYZ15.8617.324.69-
YUV114.03138.71117.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 38%
R=28.29%
G=33.71%
B=38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991181330.260.1100.48206.4714.6645.49
Hex6376851AB030cef2d
Octal14316620532130603161755
Binary11000111110110100001011101010110110000110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637685; }

 p { color: rgb(99,118,133); }

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

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

 a { background-color: rgb(99,118,133); }

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

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

 span { border-color: rgb(99,118,133); }

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