#627A8C

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

Shades of Lynch #627A8C

Tints of Lynch #627A8C

Color information

#627A8C (or 0x627A8C) is unknown color: approx Lynch. HEX triplet: 62, 7A and 8C. RGB value is (98,122,140). Sum of RGB (Red+Green+Blue) = 98+122+140=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #627A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A8C is #9D8573. Grayscale: #747474. Windows color (decimal): -10323316 or 9206370. OLE color: 9206370.

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

Color convert

RGB98122140-
CMYK0.30.1300.45
HSL205.71º17.65%46.67%-
HSV(B)205.71º30%54.9%-
XYZ16.7318.4127.48-
YUV116.88141.05114.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=27.22%
G=33.89%
B=38.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981221400.30.1300.45205.7117.6546.67
Hex627A8C1ED02Dce122f
Octal14217221436150553162257
Binary110001011110101000110011110110101011011100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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