#627485

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

Shades of Lynch #627485

Tints of Lynch #627485

Color information

#627485 (or 0x627485) is unknown color: approx Lynch. HEX triplet: 62, 74 and 85. RGB value is (98,116,133). Sum of RGB (Red+Green+Blue) = 98+116+133=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #627485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627485 is #9D8B7A. Grayscale: #707070. Windows color (decimal): -10324859 or 8746082. OLE color: 8746082.

HSL color Cylindrical-coordinate representation of color #627485: hue angle of 209.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627485 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98116133-
CMYK0.260.1300.48
HSL209.14º15.15%45.29%-
HSV(B)209.14º26.32%52.16%-
XYZ15.5216.7824.61-
YUV112.56139.54117.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=28.24%
G=33.43%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981161330.260.1300.48209.1415.1545.29
Hex6274851AD030d1f2d
Octal14216420532150603211755
Binary11000101110100100001011101011010110000110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627485; }

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

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

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

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

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

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

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

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