#627986

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

Shades of Lynch #627986

Tints of Lynch #627986

Color information

#627986 (or 0x627986) is unknown color: approx Lynch. HEX triplet: 62, 79 and 86. RGB value is (98,121,134). Sum of RGB (Red+Green+Blue) = 98+121+134=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #627986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627986 is #9D8679. Grayscale: #737373. Windows color (decimal): -10323578 or 8812898. OLE color: 8812898.

HSL color Cylindrical-coordinate representation of color #627986: hue angle of 201.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627986 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98121134-
CMYK0.270.1000.47
HSL201.67º15.52%45.49%-
HSV(B)201.67º26.87%52.55%-
XYZ16.1817.9925.17-
YUV115.6138.38115.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=27.76%
G=34.28%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981211340.270.1000.47201.6715.5245.49
Hex6279861BA02Fca102d
Octal14217120633120573122055
Binary110001011110011000011011011101001011111100101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627986; }

 p { color: rgb(98,121,134); }

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

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

 a { background-color: rgb(98,121,134); }

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

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

 span { border-color: rgb(98,121,134); }

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