#637985

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

Shades of Lynch #637985

Tints of Lynch #637985

Color information

#637985 (or 0x637985) is unknown color: approx Lynch. HEX triplet: 63, 79 and 85. RGB value is (99,121,133). Sum of RGB (Red+Green+Blue) = 99+121+133=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #637985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637985 is #9C867A. Grayscale: #737373. Windows color (decimal): -10258043 or 8747363. OLE color: 8747363.

HSL color Cylindrical-coordinate representation of color #637985: hue angle of 201.18º 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 #637985 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99121133-
CMYK0.260.0900.48
HSL201.18º14.66%45.49%-
HSV(B)201.18º25.56%52.16%-
XYZ16.2218.0224.81-
YUV115.79137.71116.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=28.05%
G=34.28%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991211330.260.0900.48201.1814.6645.49
Hex6379851A9030c9f2d
Octal14317120532110603111755
Binary11000111111001100001011101010010110000110010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637985; }

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

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

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

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

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

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

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

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