#627F96

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

Shades of Lynch #627F96

Tints of Lynch #627F96

Color information

#627F96 (or 0x627F96) is unknown color: approx Lynch. HEX triplet: 62, 7F and 96. RGB value is (98,127,150). Sum of RGB (Red+Green+Blue) = 98+127+150=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #627F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F96 is #9D8069. Grayscale: #787878. Windows color (decimal): -10322026 or 9863010. OLE color: 9863010.

HSL color Cylindrical-coordinate representation of color #627F96: hue angle of 206.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627F96 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98127150-
CMYK0.350.1500.41
HSL206.54º20.97%48.63%-
HSV(B)206.54º34.67%58.82%-
XYZ18.1319.9831.75-
YUV120.95144.39111.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 150 (58.98% from 255) = 40%
R=26.13%
G=33.87%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981271500.350.1500.41206.5420.9748.63
Hex627F9623F029cf1531
Octal14217722643170513172561
Binary1100010111111110010110100011111101010011100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,127,150); }

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

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

 a { background-color: rgb(98,127,150); }

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

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

 span { border-color: rgb(98,127,150); }

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