#627D8E

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

Shades of Lynch #627D8E

Tints of Lynch #627D8E

Color information

#627D8E (or 0x627D8E) is unknown color: approx Lynch. HEX triplet: 62, 7D and 8E. RGB value is (98,125,142). Sum of RGB (Red+Green+Blue) = 98+125+142=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #627D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8E is #9D8271. Grayscale: #767676. Windows color (decimal): -10322546 or 9338210. OLE color: 9338210.

HSL color Cylindrical-coordinate representation of color #627D8E: hue angle of 203.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627D8E is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98125142-
CMYK0.310.1200.44
HSL203.18º18.33%47.06%-
HSV(B)203.18º30.99%55.69%-
XYZ17.2519.2228.39-
YUV118.86141.05113.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=26.85%
G=34.25%
B=38.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981251420.310.1200.44203.1818.3347.06
Hex627D8E1FC02Ccb122f
Octal14217521637140543132257
Binary110001011111011000111011111110001011001100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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