#627382

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

Shades of Lynch #627382

Tints of Lynch #627382

Color information

#627382 (or 0x627382) is unknown color: approx Lynch. HEX triplet: 62, 73 and 82. RGB value is (98,115,130). Sum of RGB (Red+Green+Blue) = 98+115+130=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #627382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627382 is #9D8C7D. Grayscale: #6F6F6F. Windows color (decimal): -10325118 or 8549218. OLE color: 8549218.

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

Color convert

RGB98115130-
CMYK0.250.1200.49
HSL208.12º14.04%44.71%-
HSV(B)208.12º24.62%50.98%-
XYZ15.216.4723.5-
YUV111.63138.37118.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=28.57%
G=33.53%
B=37.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981151300.250.1200.49208.1214.0444.71
Hex62738219C031d0e2d
Octal14216320231140613201655
Binary11000101110011100000101100111000110001110100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627382; }

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

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

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

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

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

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

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

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