#627A8D

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

Shades of Lynch #627A8D

Tints of Lynch #627A8D

Color information

#627A8D (or 0x627A8D) is unknown color: approx Lynch. HEX triplet: 62, 7A and 8D. RGB value is (98,122,141). Sum of RGB (Red+Green+Blue) = 98+122+141=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #627A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A8D is #9D8572. Grayscale: #747474. Windows color (decimal): -10323315 or 9271906. OLE color: 9271906.

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

Color convert

RGB98122141-
CMYK0.300.1300.45
HSL206.51º17.99%46.86%-
HSV(B)206.51º30.5%55.29%-
XYZ16.818.4427.87-
YUV116.99141.55114.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=27.15%
G=33.80%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981221410.300.1300.45206.5117.9946.86
Hex627A8D1ED02Dcf122f
Octal14217221536150553172257
Binary110001011110101000110111110110101011011100111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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