#627B8D

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

Shades of Lynch #627B8D

Tints of Lynch #627B8D

Color information

#627B8D (or 0x627B8D) is unknown color: approx Lynch. HEX triplet: 62, 7B and 8D. RGB value is (98,123,141). Sum of RGB (Red+Green+Blue) = 98+123+141=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #627B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B8D is #9D8472. Grayscale: #757575. Windows color (decimal): -10323059 or 9272162. OLE color: 9272162.

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

Color convert

RGB98123141-
CMYK0.300.1300.45
HSL205.12º17.99%46.86%-
HSV(B)205.12º30.5%55.29%-
XYZ16.9318.6927.91-
YUV117.58141.22114.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=27.07%
G=33.98%
B=38.95%

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
Decimal981231410.300.1300.45205.1217.9946.86
Hex627B8D1ED02Dcd122f
Octal14217321536150553152257
Binary110001011110111000110111110110101011011100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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