#627D8C

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

Shades of Lynch #627D8C

Tints of Lynch #627D8C

Color information

#627D8C (or 0x627D8C) is unknown color: approx Lynch. HEX triplet: 62, 7D and 8C. RGB value is (98,125,140). Sum of RGB (Red+Green+Blue) = 98+125+140=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #627D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8C is #9D8273. Grayscale: #767676. Windows color (decimal): -10322548 or 9207138. OLE color: 9207138.

HSL color Cylindrical-coordinate representation of color #627D8C: hue angle of 201.43º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627D8C is Cyan = 0.3, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98125140-
CMYK0.30.1100.45
HSL201.43º17.65%46.67%-
HSV(B)201.43º30%54.9%-
XYZ17.119.1627.61-
YUV118.64140.05113.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=27.00%
G=34.44%
B=38.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981251400.30.1100.45201.4317.6546.67
Hex627D8C1EB02Dc9122f
Octal14217521436130553112257
Binary110001011111011000110011110101101011011100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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