#637380

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

Shades of Lynch #637380

Tints of Lynch #637380

Color information

#637380 (or 0x637380) is unknown color: approx Lynch. HEX triplet: 63, 73 and 80. RGB value is (99,115,128). Sum of RGB (Red+Green+Blue) = 99+115+128=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #637380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637380 is #9C8C7F. Grayscale: #6F6F6F. Windows color (decimal): -10259584 or 8418147. OLE color: 8418147.

HSL color Cylindrical-coordinate representation of color #637380: hue angle of 206.9º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #637380 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB99115128-
CMYK0.230.1000.50
HSL206.9º12.78%44.51%-
HSV(B)206.9º22.66%50.2%-
XYZ15.1716.4722.8-
YUV111.7137.2118.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=28.95%
G=33.63%
B=37.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991151280.230.1000.50206.912.7844.51
Hex63738017A032cfd2d
Octal14316320027120623171555
Binary11000111110011100000001011110100110010110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637380; }

 p { color: rgb(99,115,128); }

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

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

 a { background-color: rgb(99,115,128); }

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

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

 span { border-color: rgb(99,115,128); }

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