#627D8D

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

Shades of Lynch #627D8D

Tints of Lynch #627D8D

Color information

#627D8D (or 0x627D8D) is unknown color: approx Lynch. HEX triplet: 62, 7D and 8D. RGB value is (98,125,141). Sum of RGB (Red+Green+Blue) = 98+125+141=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #627D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8D is #9D8272. Grayscale: #767676. Windows color (decimal): -10322547 or 9272674. OLE color: 9272674.

HSL color Cylindrical-coordinate representation of color #627D8D: hue angle of 202.33º 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 #627D8D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98125141-
CMYK0.300.1100.45
HSL202.33º17.99%46.86%-
HSV(B)202.33º30.5%55.29%-
XYZ17.1819.1928-
YUV118.75140.55113.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=26.92%
G=34.34%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981251410.300.1100.45202.3317.9946.86
Hex627D8D1EB02Dca122f
Octal14217521536130553122257
Binary110001011111011000110111110101101011011100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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