#637485

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

Shades of Lynch #637485

Tints of Lynch #637485

Color information

#637485 (or 0x637485) is unknown color: approx Lynch. HEX triplet: 63, 74 and 85. RGB value is (99,116,133). Sum of RGB (Red+Green+Blue) = 99+116+133=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #637485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637485 is #9C8B7A. Grayscale: #707070. Windows color (decimal): -10259323 or 8746083. OLE color: 8746083.

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

Color convert

RGB99116133-
CMYK0.260.1300.48
HSL210º14.66%45.49%-
HSV(B)210º25.56%52.16%-
XYZ15.6216.8424.62-
YUV112.86139.37118.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=28.45%
G=33.33%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991161330.260.1300.4821014.6645.49
Hex6374851AD030d2f2d
Octal14316420532150603221755
Binary11000111110100100001011101011010110000110100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637485; }

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

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

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

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

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

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

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

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