#627686

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

Shades of Lynch #627686

Tints of Lynch #627686

Color information

#627686 (or 0x627686) is unknown color: approx Lynch. HEX triplet: 62, 76 and 86. RGB value is (98,118,134). Sum of RGB (Red+Green+Blue) = 98+118+134=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #627686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627686 is #9D8979. Grayscale: #717171. Windows color (decimal): -10324346 or 8812130. OLE color: 8812130.

HSL color Cylindrical-coordinate representation of color #627686: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627686 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98118134-
CMYK0.270.1200.47
HSL206.67º15.52%45.49%-
HSV(B)206.67º26.87%52.55%-
XYZ15.8217.2725.05-
YUV113.84139.37116.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=28%
G=33.71%
B=38.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981181340.270.1200.47206.6715.5245.49
Hex6276861BC02Fcf102d
Octal14216620633140573172055
Binary110001011101101000011011011110001011111100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627686; }

 p { color: rgb(98,118,134); }

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

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

 a { background-color: rgb(98,118,134); }

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

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

 span { border-color: rgb(98,118,134); }

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