#627381

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

Shades of Lynch #627381

Tints of Lynch #627381

Color information

#627381 (or 0x627381) is unknown color: approx Lynch. HEX triplet: 62, 73 and 81. RGB value is (98,115,129). Sum of RGB (Red+Green+Blue) = 98+115+129=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #627381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627381 is #9D8C7E. Grayscale: #6F6F6F. Windows color (decimal): -10325119 or 8483682. OLE color: 8483682.

HSL color Cylindrical-coordinate representation of color #627381: hue angle of 207.1º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627381 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98115129-
CMYK0.240.1100.49
HSL207.1º13.66%44.51%-
HSV(B)207.1º24.03%50.59%-
XYZ15.1316.4423.15-
YUV111.51137.87118.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=28.65%
G=33.63%
B=37.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981151290.240.1100.49207.113.6644.51
Hex62738118B031cfe2d
Octal14216320130130613171655
Binary11000101110011100000011100010110110001110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627381; }

 p { color: rgb(98,115,129); }

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

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

 a { background-color: rgb(98,115,129); }

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

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

 span { border-color: rgb(98,115,129); }

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