#627D94

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

Shades of Lynch #627D94

Tints of Lynch #627D94

Color information

#627D94 (or 0x627D94) is unknown color: approx Lynch. HEX triplet: 62, 7D and 94. RGB value is (98,125,148). Sum of RGB (Red+Green+Blue) = 98+125+148=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #627D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D94 is #9D826B. Grayscale: #777777. Windows color (decimal): -10322540 or 9731426. OLE color: 9731426.

HSL color Cylindrical-coordinate representation of color #627D94: hue angle of 207.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #627D94 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98125148-
CMYK0.340.1600.42
HSL207.6º20.33%48.24%-
HSV(B)207.6º33.78%58.04%-
XYZ17.7219.430.83-
YUV119.55144.05112.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=26.42%
G=33.69%
B=39.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981251480.340.1600.42207.620.3348.24
Hex627D94221002Ad01430
Octal14217522442200523202460
Binary11000101111101100101001000101000001010101101000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D94; }

 p { color: rgb(98,125,148); }

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

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

 a { background-color: rgb(98,125,148); }

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

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

 span { border-color: rgb(98,125,148); }

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