#627482

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

Shades of Lynch #627482

Tints of Lynch #627482

Color information

#627482 (or 0x627482) is unknown color: approx Lynch. HEX triplet: 62, 74 and 82. RGB value is (98,116,130). Sum of RGB (Red+Green+Blue) = 98+116+130=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #627482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627482 is #9D8B7D. Grayscale: #707070. Windows color (decimal): -10324862 or 8549474. OLE color: 8549474.

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

Color convert

RGB98116130-
CMYK0.250.1100.49
HSL206.25º14.04%44.71%-
HSV(B)206.25º24.62%50.98%-
XYZ15.3116.723.54-
YUV112.21138.04117.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=28.49%
G=33.72%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981161300.250.1100.49206.2514.0444.71
Hex62748219B031cee2d
Octal14216420231130613161655
Binary11000101110100100000101100110110110001110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627482; }

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

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

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

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

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

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

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

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