#627481

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

Shades of Lynch #627481

Tints of Lynch #627481

Color information

#627481 (or 0x627481) is unknown color: approx Lynch. HEX triplet: 62, 74 and 81. RGB value is (98,116,129). Sum of RGB (Red+Green+Blue) = 98+116+129=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #627481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627481 is #9D8B7E. Grayscale: #707070. Windows color (decimal): -10324863 or 8483938. OLE color: 8483938.

HSL color Cylindrical-coordinate representation of color #627481: hue angle of 205.16º 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 #627481 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98116129-
CMYK0.240.1000.49
HSL205.16º13.66%44.51%-
HSV(B)205.16º24.03%50.59%-
XYZ15.2416.6723.18-
YUV112.1137.54117.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=28.57%
G=33.82%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981161290.240.1000.49205.1613.6644.51
Hex62748118A031cde2d
Octal14216420130120613151655
Binary11000101110100100000011100010100110001110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627481; }

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

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

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

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

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

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

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

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